From 36662b60b09f636c3623057f8116e862f94ff440 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 10 Jan 2015 20:51:15 +0100 Subject: Remove all the setVTable() calls that aren't required anymore The memory manager's allocation methods now set this up correctly for us :) Change-Id: I8492bf732df601f95a1a851fb3804127ffc83935 Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4objectiterator_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/qml/jsruntime/qv4objectiterator_p.h') diff --git a/src/qml/jsruntime/qv4objectiterator_p.h b/src/qml/jsruntime/qv4objectiterator_p.h index f1f70d07a2..cee7024df8 100644 --- a/src/qml/jsruntime/qv4objectiterator_p.h +++ b/src/qml/jsruntime/qv4objectiterator_p.h @@ -89,7 +89,6 @@ Heap::ForEachIteratorObject::ForEachIteratorObject(QV4::ExecutionEngine *engine, : Heap::Object(engine) , it(engine, workArea, workArea + 1, o, ObjectIterator::EnumerableOnly|ObjectIterator::WithProtoChain) { - setVTable(QV4::ForEachIteratorObject::staticVTable()); } -- cgit v1.2.3