mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 02:40:49 +00:00
LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
JS_DECLARE_ALLOCATOR(HTMLDocument);
|
||||
JS_DEFINE_ALLOCATOR(HTMLDocument);
|
||||
|
||||
HTMLDocument::HTMLDocument(JS::Realm& realm, AK::URL const& url)
|
||||
: Document(realm, url)
|
||||
|
||||
Reference in New Issue
Block a user