mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb: Make StyleSheetList.item an IDL getter
This commit is contained in:
parent
398435277b
commit
881e9d1341
Notes:
sideshowbarker
2024-07-18 03:20:54 +09:00
Author: https://github.com/Lubrsi
Commit: 881e9d1341
Pull-request: https://github.com/SerenityOS/serenity/pull/10254
4 changed files with 16 additions and 2 deletions
|
@ -1460,6 +1460,7 @@ void generate_implementation(IDL::Interface const& interface)
|
|||
#include <LibJS/Runtime/Value.h>
|
||||
#include <LibWeb/Bindings/@prototype_class@.h>
|
||||
#include <LibWeb/Bindings/@wrapper_class@.h>
|
||||
#include <LibWeb/Bindings/CSSStyleSheetWrapper.h>
|
||||
#include <LibWeb/Bindings/CanvasRenderingContext2DWrapper.h>
|
||||
#include <LibWeb/Bindings/CommentWrapper.h>
|
||||
#include <LibWeb/Bindings/DOMImplementationWrapper.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue