aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4internalclass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4internalclass.cpp')
-rw-r--r--src/qml/jsruntime/qv4internalclass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4internalclass.cpp b/src/qml/jsruntime/qv4internalclass.cpp
index c3dd3e0505..4f4309769a 100644
--- a/src/qml/jsruntime/qv4internalclass.cpp
+++ b/src/qml/jsruntime/qv4internalclass.cpp
@@ -348,7 +348,7 @@ void InternalClass::markObjects()
it != end; ++it) {
if (it.key().flags == Transition::ProtoChange) {
Q_ASSERT(it.value()->prototype);
- it.value()->prototype->mark();
+ it.value()->prototype->mark(engine);
}
}
}