mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibWeb: Convert HTMLCollection to use IDL special operations
This commit is contained in:
parent
41ae0c0216
commit
37347cbcb6
Notes:
sideshowbarker
2024-07-18 03:25:51 +09:00
Author: https://github.com/Lubrsi
Commit: 37347cbcb6
Pull-request: https://github.com/SerenityOS/serenity/pull/10219
6 changed files with 72 additions and 42 deletions
|
@ -56,6 +56,8 @@
|
|||
#include <LibWeb/Bindings/HTMLButtonElementPrototype.h>
|
||||
#include <LibWeb/Bindings/HTMLCanvasElementConstructor.h>
|
||||
#include <LibWeb/Bindings/HTMLCanvasElementPrototype.h>
|
||||
#include <LibWeb/Bindings/HTMLCollectionConstructor.h>
|
||||
#include <LibWeb/Bindings/HTMLCollectionPrototype.h>
|
||||
#include <LibWeb/Bindings/HTMLDListElementConstructor.h>
|
||||
#include <LibWeb/Bindings/HTMLDListElementPrototype.h>
|
||||
#include <LibWeb/Bindings/HTMLDataElementConstructor.h>
|
||||
|
@ -278,6 +280,7 @@
|
|||
ADD_WINDOW_OBJECT_INTERFACE(HTMLBRElement) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(HTMLButtonElement) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(HTMLCanvasElement) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(HTMLCollection) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(HTMLDataElement) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(HTMLDataListElement) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(HTMLDetailsElement) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue