diff options
author | Lars Knoll <[email protected]> | 2014-04-29 11:06:08 +0200 |
---|---|---|
committer | Simon Hausmann <[email protected]> | 2014-07-22 13:49:03 +0200 |
commit | eedd22f7dd8330a767b73d008d3a60eed77cd900 (patch) | |
tree | b1c1adbab99d330a75d7267c5560ea7ae2fcbf18 /src/qml/jsruntime/qv4globalobject_p.h | |
parent | 42b137bd1ee07ff604a44ead02160b792e1809f0 (diff) |
Convert objects without own data
Change-Id: I790ec9e42e680842a6b9722e67981314fdfa3a2c
Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4globalobject_p.h')
-rw-r--r-- | src/qml/jsruntime/qv4globalobject_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4globalobject_p.h b/src/qml/jsruntime/qv4globalobject_p.h index 63823acc19..0e07d1eca4 100644 --- a/src/qml/jsruntime/qv4globalobject_p.h +++ b/src/qml/jsruntime/qv4globalobject_p.h @@ -50,7 +50,7 @@ namespace QV4 { struct Q_QML_EXPORT EvalFunction : FunctionObject { - V4_OBJECT + V4_OBJECT_NEW EvalFunction(ExecutionContext *scope); ReturnedValue evalCall(CallData *callData, bool directCall); |