aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4object.cpp')
-rw-r--r--src/qml/jsruntime/qv4object.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4object.cpp b/src/qml/jsruntime/qv4object.cpp
index c8b703e198..2245e1de61 100644
--- a/src/qml/jsruntime/qv4object.cpp
+++ b/src/qml/jsruntime/qv4object.cpp
@@ -215,7 +215,6 @@ void Object::markObjects(Heap::Base *that, ExecutionEngine *e)
if (o->inlineMemberSize) {
Value *v = o->propertyData(0);
- Q_ASSERT(((char *)v) - ((char *)that) == sizeof(Heap::Object));
for (uint i = 0; i < o->inlineMemberSize; ++i)
v[i].mark(e);
}