mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues
This commit is contained in:
committed by
Andrew Kaster
parent
f860763c77
commit
9ea6ab0ad4
@@ -16,7 +16,7 @@ namespace Web::HTML {
|
||||
struct UniqueTaskSource;
|
||||
|
||||
class Task final : public JS::Cell {
|
||||
JS_CELL(Task, Cell);
|
||||
JS_CELL(Task, JS::Cell);
|
||||
JS_DECLARE_ALLOCATOR(Task);
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user