mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
This commit is contained in:
committed by
Andreas Kling
parent
d62c0fcbdc
commit
31341b280a
@@ -14,6 +14,7 @@ namespace Web::HTML {
|
||||
|
||||
class TaskQueue : public JS::Cell {
|
||||
JS_CELL(TaskQueue, Cell);
|
||||
JS_DECLARE_ALLOCATOR(TaskQueue);
|
||||
|
||||
public:
|
||||
explicit TaskQueue(HTML::EventLoop&);
|
||||
|
||||
Reference in New Issue
Block a user