mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb/CSS: Use SelectorList type instead of Vector<NNRP<Selector>>
This commit is contained in:
parent
d935a00413
commit
74c448d744
Notes:
github-actions[bot]
2024-10-17 18:57:20 +00:00
Author: https://github.com/AtkinsSJ
Commit: 74c448d744
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1842
Reviewed-by: https://github.com/awesomekling
5 changed files with 9 additions and 9 deletions
|
@ -257,7 +257,7 @@ private:
|
|||
Array<u32, 8> m_ancestor_hashes;
|
||||
};
|
||||
|
||||
String serialize_a_group_of_selectors(Vector<NonnullRefPtr<Selector>> const& selectors);
|
||||
String serialize_a_group_of_selectors(SelectorList const& selectors);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue