From ef8ad8234b481d3985d748f7607ef486e1af086f Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 3 Nov 2014 03:17:57 +0100 Subject: Move Data of FunctionObject and related classes into Heap Change-Id: Iadf74f953798c1884e0ec704ccb7c70d971e3273 Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4objectproto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/jsruntime/qv4objectproto.cpp') diff --git a/src/qml/jsruntime/qv4objectproto.cpp b/src/qml/jsruntime/qv4objectproto.cpp index 5a4fe253e2..f8e6329d85 100644 --- a/src/qml/jsruntime/qv4objectproto.cpp +++ b/src/qml/jsruntime/qv4objectproto.cpp @@ -50,7 +50,7 @@ using namespace QV4; DEFINE_OBJECT_VTABLE(ObjectCtor); ObjectCtor::Data::Data(ExecutionContext *scope) - : FunctionObject::Data(scope, QStringLiteral("Object")) + : Heap::FunctionObject(scope, QStringLiteral("Object")) { setVTable(staticVTable()); } -- cgit v1.2.3