]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - runtime/MathObject.h
JavaScriptCore-554.1.tar.gz
[apple/javascriptcore.git] / runtime / MathObject.h
index d6163fdb3a5ee7e2c2a24f9faf55835b478893cb..3557d1ecaa7c04ce5c58dd9fb45aef8373524c6a 100644 (file)
@@ -34,7 +34,7 @@ namespace JSC {
         virtual const ClassInfo* classInfo() const { return &info; }
         static const ClassInfo info;
 
-        static PassRefPtr<Structure> createStructure(JSValuePtr prototype)
+        static PassRefPtr<Structure> createStructure(JSValue prototype)
         {
             return Structure::create(prototype, TypeInfo(ObjectType));
         }