diff options
Diffstat (limited to 'src/qml/jsruntime/qv4script.cpp')
-rw-r--r-- | src/qml/jsruntime/qv4script.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/jsruntime/qv4script.cpp b/src/qml/jsruntime/qv4script.cpp index 4337fc1101..6882061f6b 100644 --- a/src/qml/jsruntime/qv4script.cpp +++ b/src/qml/jsruntime/qv4script.cpp @@ -97,7 +97,6 @@ Heap::QmlBindingWrapper::QmlBindingWrapper(QV4::ExecutionContext *scope, Functio function = f; if (function) function->compilationUnit->addref(); - needsActivation = function ? function->needsActivation() : false; Scope s(scope); Scoped<QV4::QmlBindingWrapper> o(s, this); @@ -116,7 +115,6 @@ Heap::QmlBindingWrapper::QmlBindingWrapper(QV4::ExecutionContext *scope, QV4::Ob Q_ASSERT(scope->inUse()); setVTable(QV4::QmlBindingWrapper::staticVTable()); - needsActivation = false; Scope s(scope); Scoped<QV4::QmlBindingWrapper> o(s, this); |