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
30 changed files with 37 additions and 35 deletions

View File

@@ -119,7 +119,7 @@ void ReadLoopReadRequest::on_error(JS::Value error)
}
class DefaultReaderReadRequest final : public ReadRequest {
JS_CELL(DefaultReaderReadRequest, Cell);
JS_CELL(DefaultReaderReadRequest, ReadRequest);
JS_DECLARE_ALLOCATOR(DefaultReaderReadRequest);
public: