aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4errorobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4errorobject_p.h')
-rw-r--r--src/qml/jsruntime/qv4errorobject_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4errorobject_p.h b/src/qml/jsruntime/qv4errorobject_p.h
index 359395ed72..7105050dea 100644
--- a/src/qml/jsruntime/qv4errorobject_p.h
+++ b/src/qml/jsruntime/qv4errorobject_p.h
@@ -56,7 +56,7 @@ struct ErrorObject: Object {
TypeError,
URIError
};
- struct Data : Object::Data {
+ struct Data : Heap::Object {
Data(InternalClass *ic);
Data(InternalClass *ic, const ValueRef message, ErrorType t = Error);
Data(InternalClass *ic, const QString &message, ErrorType t = Error);