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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qml/jsruntime/qv4objectiterator_p.h b/src/qml/jsruntime/qv4objectiterator_p.h
index 20eb918e12..ca40748b79 100644
--- a/src/qml/jsruntime/qv4objectiterator_p.h
+++ b/src/qml/jsruntime/qv4objectiterator_p.h
@@ -61,8 +61,7 @@ struct Q_QML_EXPORT ObjectIteratorData
{
enum Flags {
NoFlags = 0,
- EnumerableOnly = 0x1,
- WithProtoChain = 0x2,
+ EnumerableOnly = 0x1
};
ExecutionEngine *engine;