mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02:00
LibWeb: Rename CSSStyleProperties::property() -> get_property()
Verbs are nice, and `property` is too useful as a variable name.
This commit is contained in:
Notes:
github-actions[bot]
2025-10-02 12:48:09 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/d60c8d80e59 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6310
@@ -33,7 +33,7 @@ public:
|
||||
virtual size_t length() const override;
|
||||
virtual String item(size_t index) const override;
|
||||
|
||||
Optional<StyleProperty> property(PropertyID) const;
|
||||
Optional<StyleProperty> get_property(PropertyID) const;
|
||||
Optional<StyleProperty const&> custom_property(FlyString const& custom_property_name) const;
|
||||
|
||||
WebIDL::ExceptionOr<void> set_property(PropertyID, StringView css_text, StringView priority = ""sv);
|
||||
|
||||
Reference in New Issue
Block a user