mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-01 11:57:19 +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
@@ -12,7 +12,7 @@
|
||||
namespace Web::HTML {
|
||||
|
||||
class AnimatedBitmapDecodedImageData final : public DecodedImageData {
|
||||
JS_CELL(AnimatedBitmapDecodedImageData, Cell);
|
||||
JS_CELL(AnimatedBitmapDecodedImageData, DecodedImageData);
|
||||
JS_DECLARE_ALLOCATOR(AnimatedBitmapDecodedImageData);
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user