mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibWeb: Make NodeList GC-allocated
This commit is contained in:
parent
8f4ea4e308
commit
48e0066371
Notes:
sideshowbarker
2024-07-17 07:27:43 +09:00
Author: https://github.com/awesomekling
Commit: 48e0066371
Pull-request: https://github.com/SerenityOS/serenity/pull/14816
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/linusg ✅
16 changed files with 128 additions and 57 deletions
|
@ -24,7 +24,7 @@ public:
|
|||
u32 child_element_count() const;
|
||||
|
||||
ExceptionOr<JS::GCPtr<Element>> query_selector(StringView);
|
||||
ExceptionOr<NonnullRefPtr<NodeList>> query_selector_all(StringView);
|
||||
ExceptionOr<JS::NonnullGCPtr<NodeList>> query_selector_all(StringView);
|
||||
|
||||
NonnullRefPtr<HTMLCollection> children();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue