From 9897c5aeaaea9b8e701254ec3c445fc6c84b00f7 Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Mon, 21 May 2012 13:24:03 +0200 Subject: Made the ArrayPrototype an ArrayObject. --- qv4ecmaobjects_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qv4ecmaobjects_p.h') diff --git a/qv4ecmaobjects_p.h b/qv4ecmaobjects_p.h index cb6339e1fb..0aaeee8970 100644 --- a/qv4ecmaobjects_p.h +++ b/qv4ecmaobjects_p.h @@ -115,7 +115,7 @@ struct ArrayCtor: FunctionObject virtual void call(Context *ctx); }; -struct ArrayPrototype: Object +struct ArrayPrototype: ArrayObject { ArrayPrototype(Context *ctx, FunctionObject *ctor); -- cgit v1.2.3