diff options
Diffstat (limited to 'src/qml/jsruntime/qv4script.cpp')
| -rw-r--r-- | src/qml/jsruntime/qv4script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4script.cpp b/src/qml/jsruntime/qv4script.cpp index 2b97a0f1d4..188b66d8d3 100644 --- a/src/qml/jsruntime/qv4script.cpp +++ b/src/qml/jsruntime/qv4script.cpp @@ -153,7 +153,7 @@ ReturnedValue Script::run() scope->d()->strictMode = vmFunction->isStrict(); scope->d()->v4Function = vmFunction; - return Q_V4_PROFILE(engine, vmFunction); + return Q_V4_PROFILE(engine, vmFunction, 0); } else { Scoped<QmlContext> qml(valueScope, qmlContext.value()); ScopedCallData callData(valueScope); |
