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/qv4errorobject_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/jsruntime/qv4errorobject_p.h') diff --git a/src/qml/jsruntime/qv4errorobject_p.h b/src/qml/jsruntime/qv4errorobject_p.h index 7105050dea..3d438352aa 100644 --- a/src/qml/jsruntime/qv4errorobject_p.h +++ b/src/qml/jsruntime/qv4errorobject_p.h @@ -123,7 +123,7 @@ struct URIErrorObject: ErrorObject { struct ErrorCtor: FunctionObject { - struct Data : FunctionObject::Data { + struct Data : Heap::FunctionObject { Data(ExecutionContext *scope); Data(ExecutionContext *scope, const QString &name); }; -- cgit v1.2.3