mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 18:15:06 +00:00
LibWeb: Implement Geometry::DOMRectList
Implement DOMRectList that is used as a return type of getClientRects functions on Element and Range.
This commit is contained in:
parent
0532d7d255
commit
2f828231c4
7 changed files with 101 additions and 0 deletions
|
@ -2295,6 +2295,7 @@ void generate_implementation(IDL::Interface const& interface)
|
|||
#include <LibWeb/Bindings/CanvasRenderingContext2DWrapper.h>
|
||||
#include <LibWeb/Bindings/CommentWrapper.h>
|
||||
#include <LibWeb/Bindings/DOMImplementationWrapper.h>
|
||||
#include <LibWeb/Bindings/DOMRectListWrapper.h>
|
||||
#include <LibWeb/Bindings/DOMRectWrapper.h>
|
||||
#include <LibWeb/Bindings/DocumentFragmentWrapper.h>
|
||||
#include <LibWeb/Bindings/DocumentTypeWrapper.h>
|
||||
|
@ -3462,6 +3463,7 @@ void generate_prototype_implementation(IDL::Interface const& interface)
|
|||
#include <LibWeb/Bindings/CanvasRenderingContext2DWrapper.h>
|
||||
#include <LibWeb/Bindings/CommentWrapper.h>
|
||||
#include <LibWeb/Bindings/DOMImplementationWrapper.h>
|
||||
#include <LibWeb/Bindings/DOMRectListWrapper.h>
|
||||
#include <LibWeb/Bindings/DOMRectWrapper.h>
|
||||
#include <LibWeb/Bindings/DOMStringMapWrapper.h>
|
||||
#include <LibWeb/Bindings/DOMTokenListWrapper.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue