LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues

This commit is contained in:
Matthew Olsson 2024-05-19 13:48:52 -07:00 committed by Andrew Kaster
parent f860763c77
commit 9ea6ab0ad4
Notes: sideshowbarker 2024-07-17 00:23:42 +09:00
30 changed files with 37 additions and 35 deletions

View file

@ -36,7 +36,7 @@ private:
// https://html.spec.whatwg.org/multipage/webappapis.html#module-map
class ModuleMap final : public JS::Cell {
JS_CELL(ModuleMap, Cell);
JS_CELL(ModuleMap, JS::Cell);
JS_DECLARE_ALLOCATOR(ModuleMap);
public: