mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 18:15:06 +00:00
LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes
This commit is contained in:
parent
11c968fa1f
commit
f4fa37afd2
15 changed files with 25 additions and 3 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
namespace Web::HTML {
|
||||
|
||||
JS_DECLARE_ALLOCATOR(HTMLElement);
|
||||
JS_DEFINE_ALLOCATOR(HTMLElement);
|
||||
|
||||
HTMLElement::HTMLElement(DOM::Document& document, DOM::QualifiedName qualified_name)
|
||||
: Element(document, move(qualified_name))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue