aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qmlextensions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4qmlextensions.cpp')
-rw-r--r--src/qml/jsruntime/qv4qmlextensions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/jsruntime/qv4qmlextensions.cpp b/src/qml/jsruntime/qv4qmlextensions.cpp
index a55330ff67..547813bc66 100644
--- a/src/qml/jsruntime/qv4qmlextensions.cpp
+++ b/src/qml/jsruntime/qv4qmlextensions.cpp
@@ -44,8 +44,8 @@
using namespace QV4;
-void QmlExtensions::markObjects()
+void QmlExtensions::markObjects(ExecutionEngine *e)
{
if (valueTypeWrapperPrototype)
- valueTypeWrapperPrototype->mark();
+ valueTypeWrapperPrototype->mark(e);
}