mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
LibWeb: Add DOMRectReadOnly and make DOMRect inherit from it
This matches the class hierarchy of the CSS Geometry Interfaces Module.
This commit is contained in:
parent
77f72c7cfe
commit
3c0b55c284
7 changed files with 87 additions and 24 deletions
|
@ -380,6 +380,7 @@ libweb_js_wrapper(DOM/NodeList)
|
|||
libweb_js_wrapper(DOM/Range)
|
||||
libweb_js_wrapper(DOM/Text)
|
||||
libweb_js_wrapper(Geometry/DOMRect)
|
||||
libweb_js_wrapper(Geometry/DOMRectReadOnly)
|
||||
libweb_js_wrapper(HTML/CanvasRenderingContext2D)
|
||||
libweb_js_wrapper(HTML/CloseEvent)
|
||||
libweb_js_wrapper(HTML/DOMParser)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue