mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
LibCore: Make Core::Object::property() const
This commit is contained in:
@@ -195,7 +195,7 @@ void Object::save_to(JsonObject& json)
|
||||
}
|
||||
}
|
||||
|
||||
JsonValue Object::property(const StringView& name)
|
||||
JsonValue Object::property(const StringView& name) const
|
||||
{
|
||||
auto it = m_properties.find(name);
|
||||
if (it == m_properties.end())
|
||||
|
||||
Reference in New Issue
Block a user