From 009a125d07448428a00abec70a894febe759adec Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 8 Sep 2018 22:29:47 +0200 Subject: Fix ownKey iteration over Proxy objects Change-Id: I045a4844c06df9232cc8b04485ab0a39bb990e3f Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4vtable_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/jsruntime/qv4vtable_p.h') diff --git a/src/qml/jsruntime/qv4vtable_p.h b/src/qml/jsruntime/qv4vtable_p.h index 7058991a34..0413655274 100644 --- a/src/qml/jsruntime/qv4vtable_p.h +++ b/src/qml/jsruntime/qv4vtable_p.h @@ -78,7 +78,7 @@ struct VTable typedef Heap::Object *(*GetPrototypeOf)(const Managed *); typedef bool (*SetPrototypeOf)(Managed *, const Object *); typedef qint64 (*GetLength)(const Managed *m); - typedef OwnPropertyKeyIterator *(*OwnPropertyKeys)(const Object *m); + typedef OwnPropertyKeyIterator *(*OwnPropertyKeys)(const Object *m, Value *target); typedef ReturnedValue (*InstanceOf)(const Object *typeObject, const Value &var); typedef ReturnedValue (*Call)(const FunctionObject *, const Value *thisObject, const Value *argv, int argc); -- cgit v1.2.3