mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues
This commit is contained in:
parent
f860763c77
commit
9ea6ab0ad4
Notes:
sideshowbarker
2024-07-17 00:23:42 +09:00
Author: https://github.com/mattco98
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 ✅
30 changed files with 37 additions and 35 deletions
|
@ -15,7 +15,7 @@ namespace Web::Geometry {
|
|||
|
||||
// https://drafts.fxtf.org/geometry/#dommatrix
|
||||
class DOMMatrix : public DOMMatrixReadOnly {
|
||||
WEB_PLATFORM_OBJECT(DOMMatrix, Bindings::PlatformObject);
|
||||
WEB_PLATFORM_OBJECT(DOMMatrix, DOMMatrixReadOnly);
|
||||
JS_DECLARE_ALLOCATOR(DOMMatrix);
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue