summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/Shape.h')
-rw-r--r--Userland/Libraries/LibJS/Runtime/Shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/Shape.h b/Userland/Libraries/LibJS/Runtime/Shape.h
index bfec255572..74278b1bf3 100644
--- a/Userland/Libraries/LibJS/Runtime/Shape.h
+++ b/Userland/Libraries/LibJS/Runtime/Shape.h
@@ -58,7 +58,7 @@ public:
Shape* create_prototype_transition(Object* new_prototype);
void add_property_without_transition(const StringOrSymbol&, PropertyAttributes);
- void add_property_without_transition(PropertyName const&, PropertyAttributes);
+ void add_property_without_transition(PropertyKey const&, PropertyAttributes);
bool is_unique() const { return m_unique; }
Shape* create_unique_clone() const;