mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 22:29:10 +00:00
LibWeb: Rename Document::for_each_css_style_sheet for clarity
This only iterates style sheets that are in use, so make this clear by renaming it to `for_each_active_css_style_sheet()`.
This commit is contained in:
parent
421fb6309f
commit
c29f4f69ef
Notes:
github-actions[bot]
2024-09-03 09:13:55 +00:00
Author: https://github.com/AtkinsSJ
Commit: c29f4f69ef
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1168
Reviewed-by: https://github.com/trflynn89
3 changed files with 4 additions and 4 deletions
|
@ -161,7 +161,7 @@ public:
|
|||
CSS::StyleSheetList& style_sheets();
|
||||
CSS::StyleSheetList const& style_sheets() const;
|
||||
|
||||
void for_each_css_style_sheet(Function<void(CSS::CSSStyleSheet&)>&& callback) const;
|
||||
void for_each_active_css_style_sheet(Function<void(CSS::CSSStyleSheet&)>&& callback) const;
|
||||
|
||||
CSS::StyleSheetList* style_sheets_for_bindings() { return &style_sheets(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue