mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
LibWeb: Add imports to all IDL files that depend on others
This commit is contained in:
parent
eccdf4eb4b
commit
a59800b4a0
Notes:
sideshowbarker
2024-07-17 18:42:11 +09:00
Author: https://github.com/alimpfard
Commit: a59800b4a0
Pull-request: https://github.com/SerenityOS/serenity/pull/12548
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/linusg
127 changed files with 303 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
interface MediaList {
|
||||
stringifier attribute [LegacyNullToEmptyString] CSSOMString mediaText;
|
||||
[LegacyNullToEmptyString] stringifier attribute CSSOMString mediaText;
|
||||
readonly attribute unsigned long length;
|
||||
getter CSSOMString? item(unsigned long index);
|
||||
undefined appendMedium(CSSOMString medium);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue