aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4objectiterator_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4objectiterator_p.h')
-rw-r--r--src/qml/jsruntime/qv4objectiterator_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4objectiterator_p.h b/src/qml/jsruntime/qv4objectiterator_p.h
index 2b2410bf1f..462bd9a114 100644
--- a/src/qml/jsruntime/qv4objectiterator_p.h
+++ b/src/qml/jsruntime/qv4objectiterator_p.h
@@ -133,7 +133,7 @@ struct ForInIteratorPrototype : Object
struct ForInIteratorObject: Object {
V4_OBJECT2(ForInIteratorObject, Object)
- Q_MANAGED_TYPE(ForeachIteratorObject)
+ Q_MANAGED_TYPE(ForInIterator)
V4_PROTOTYPE(forInIteratorPrototype)
ReturnedValue nextPropertyName() const { return d()->it().nextPropertyNameAsString(); }