aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8bindings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v8/qv8bindings.cpp')
-rw-r--r--src/qml/qml/v8/qv8bindings.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/qml/v8/qv8bindings.cpp b/src/qml/qml/v8/qv8bindings.cpp
index 9999ebc7fa..dd57d57ee7 100644
--- a/src/qml/qml/v8/qv8bindings.cpp
+++ b/src/qml/qml/v8/qv8bindings.cpp
@@ -162,7 +162,7 @@ void QV8Bindings::Binding::update(QQmlPropertyPrivate::WriteFlags flags)
bool isUndefined = false;
DeleteWatcher watcher(this);
- ep->referenceScarceResources();
+ ep->referenceScarceResources();
v8::HandleScope handle_scope;
v8::Context::Scope scope(ep->v8engine()->context());
@@ -193,7 +193,7 @@ void QV8Bindings::Binding::update(QQmlPropertyPrivate::WriteFlags flags)
setUpdatingFlag(false);
}
- ep->dereferenceScarceResources();
+ ep->dereferenceScarceResources();
} else {
QQmlProperty p = QQmlPropertyPrivate::restore(*target, instruction->property, context);