mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 17:18:11 +00:00
LibWeb: Implement Window.frameElement
This commit is contained in:
parent
e4fd042041
commit
ac76df3d47
2 changed files with 30 additions and 0 deletions
|
@ -211,6 +211,8 @@ private:
|
|||
|
||||
JS_DECLARE_NATIVE_FUNCTION(document_getter);
|
||||
|
||||
JS_DECLARE_NATIVE_FUNCTION(frame_element_getter);
|
||||
|
||||
JS_DECLARE_NATIVE_FUNCTION(location_getter);
|
||||
JS_DECLARE_NATIVE_FUNCTION(location_setter);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue