mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
This commit is contained in:
committed by
Andreas Kling
parent
d62c0fcbdc
commit
31341b280a
@@ -19,6 +19,8 @@
|
||||
|
||||
namespace Web::DOM {
|
||||
|
||||
JS_DEFINE_ALLOCATOR(ParentNode);
|
||||
|
||||
// https://dom.spec.whatwg.org/#dom-parentnode-queryselector
|
||||
WebIDL::ExceptionOr<JS::GCPtr<Element>> ParentNode::query_selector(StringView selector_text)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user