Made the ArrayPrototype an ArrayObject.
authorRoberto Raggi <roberto.raggi@nokia.com>
Mon, 21 May 2012 11:24:03 +0000 (13:24 +0200)
committerRoberto Raggi <roberto.raggi@nokia.com>
Mon, 21 May 2012 11:24:03 +0000 (13:24 +0200)
qv4ecmaobjects_p.h

index cb6339e..0aaeee8 100644 (file)
@@ -115,7 +115,7 @@ struct ArrayCtor: FunctionObject
     virtual void call(Context *ctx);
 };
 
-struct ArrayPrototype: Object
+struct ArrayPrototype: ArrayObject
 {
     ArrayPrototype(Context *ctx, FunctionObject *ctor);