1
Fork 0
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:
Andreas Kling 2022-09-20 11:14:23 +02:00
parent e4fd042041
commit ac76df3d47
2 changed files with 30 additions and 0 deletions

View file

@ -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);