Everywhere: Change west consts caught by clang-format-21 to east consts

This commit is contained in:
Luke Wilde 2025-08-29 13:02:52 +01:00 committed by Tim Ledbetter
parent 829437c11d
commit b17783bb10
Notes: github-actions[bot] 2025-08-29 17:20:11 +00:00
49 changed files with 80 additions and 80 deletions

View file

@ -291,9 +291,9 @@ public:
GC::Ptr<Document> owner_document() const;
const HTML::HTMLAnchorElement* enclosing_link_element() const;
const HTML::HTMLElement* enclosing_html_element() const;
const HTML::HTMLElement* enclosing_html_element_with_attribute(FlyString const&) const;
HTML::HTMLAnchorElement const* enclosing_link_element() const;
HTML::HTMLElement const* enclosing_html_element() const;
HTML::HTMLElement const* enclosing_html_element_with_attribute(FlyString const&) const;
Utf16String child_text_content() const;