aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4stringobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4stringobject_p.h')
-rw-r--r--src/qml/jsruntime/qv4stringobject_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/jsruntime/qv4stringobject_p.h b/src/qml/jsruntime/qv4stringobject_p.h
index af53be0ada..6b3861d6ed 100644
--- a/src/qml/jsruntime/qv4stringobject_p.h
+++ b/src/qml/jsruntime/qv4stringobject_p.h
@@ -100,9 +100,9 @@ struct StringObject: Object {
using Object::getOwnProperty;
protected:
- static bool deleteProperty(Managed *m, Identifier id);
+ static bool deleteProperty(Managed *m, PropertyKey id);
static void advanceIterator(Managed *m, ObjectIterator *it, Value *name, uint *index, Property *p, PropertyAttributes *attrs);
- static PropertyAttributes getOwnProperty(Managed *m, Identifier id, Property *p);
+ static PropertyAttributes getOwnProperty(Managed *m, PropertyKey id, Property *p);
};
struct StringCtor: FunctionObject