mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-16 21:20:18 +00:00
LibWeb: Rename CSSStyleProperties::property() -> get_property()
Verbs are nice, and `property` is too useful as a variable name.
This commit is contained in:
parent
38664cb79f
commit
d60c8d80e5
Notes:
github-actions[bot]
2025-10-02 12:48:09 +00:00
Author: https://github.com/AtkinsSJ
Commit: d60c8d80e5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6310
3 changed files with 12 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue