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_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/jsruntime/qv4objectproto_p.h') diff --git a/src/qml/jsruntime/qv4objectproto_p.h b/src/qml/jsruntime/qv4objectproto_p.h index 0a5bacbadb..f257d376db 100644 --- a/src/qml/jsruntime/qv4objectproto_p.h +++ b/src/qml/jsruntime/qv4objectproto_p.h @@ -43,7 +43,7 @@ namespace QV4 { struct ObjectCtor: FunctionObject { - struct Data : FunctionObject::Data { + struct Data : Heap::FunctionObject { Data(ExecutionContext *scope); }; V4_OBJECT(FunctionObject) -- cgit v1.2.3