mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02: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
Notes:
sideshowbarker
2024-07-17 00:23:42 +09:00
Author: https://github.com/mattco98 Commit: https://github.com/SerenityOS/serenity/commit/9ea6ab0ad4 Pull-request: https://github.com/SerenityOS/serenity/pull/24422 Issue: https://github.com/SerenityOS/serenity/issues/23880 Issue: https://github.com/SerenityOS/serenity/issues/23881 Issue: https://github.com/SerenityOS/serenity/issues/23900 Reviewed-by: https://github.com/ADKaster ✅
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user