mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:47:35 +00:00
LibJS: Rename PropertyName to PropertyKey
Let's use the same name as the spec. :^)
This commit is contained in:
parent
715e7fada8
commit
398c181c79
55 changed files with 287 additions and 287 deletions
|
@ -232,7 +232,7 @@ void Shape::add_property_without_transition(StringOrSymbol const& property_name,
|
|||
++m_property_count;
|
||||
}
|
||||
|
||||
FLATTEN void Shape::add_property_without_transition(PropertyName const& property_name, PropertyAttributes attributes)
|
||||
FLATTEN void Shape::add_property_without_transition(PropertyKey const& property_name, PropertyAttributes attributes)
|
||||
{
|
||||
VERIFY(property_name.is_valid());
|
||||
add_property_without_transition(property_name.to_string_or_symbol(), attributes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue