aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4engine.cpp')
-rw-r--r--src/qml/jsruntime/qv4engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4engine.cpp b/src/qml/jsruntime/qv4engine.cpp
index f72c2f8071..c47420583c 100644
--- a/src/qml/jsruntime/qv4engine.cpp
+++ b/src/qml/jsruntime/qv4engine.cpp
@@ -885,7 +885,7 @@ void ExecutionEngine::markObjects()
Q_ASSERT(c->inUse());
if (!c->markBit()) {
c->d()->markBit = 1;
- c->markObjects(c, this);
+ c->markObjects(c->d(), this);
}
c = c->d()->parent;
}