mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
IDL: Fix syntax errors
All attributes must have an "attribute" keyword, and "any?" is invalid (as "any" includes "null" as well).
This commit is contained in:
committed by
Andreas Kling
parent
26e6c47d0a
commit
3ff481938e
Notes:
sideshowbarker
2024-07-17 06:00:02 +09:00
Author: https://github.com/mattco98 Commit: https://github.com/SerenityOS/serenity/commit/3ff481938e Pull-request: https://github.com/SerenityOS/serenity/pull/21882
@@ -20,4 +20,4 @@ dictionary ResizeObserverOptions {
|
||||
};
|
||||
|
||||
// https://drafts.csswg.org/resize-observer/#resize-observer-callback
|
||||
callback ResizeObserverCallback = void (sequence<ResizeObserverEntry> entries, ResizeObserver observer);
|
||||
callback ResizeObserverCallback = undefined (sequence<ResizeObserverEntry> entries, ResizeObserver observer);
|
||||
|
||||
Reference in New Issue
Block a user