1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00

LibWeb/HTML: Port Window.self to IDL

This commit is contained in:
Linus Groh 2023-03-05 18:38:29 +00:00
parent d57876306c
commit 437a7c977e
3 changed files with 9 additions and 10 deletions

View file

@ -141,6 +141,7 @@ public:
// JS API functions
JS::NonnullGCPtr<WindowProxy> window() const;
JS::NonnullGCPtr<WindowProxy> self() const;
JS::NonnullGCPtr<Navigator> navigator() const;
@ -243,7 +244,6 @@ private:
JS_DECLARE_NATIVE_FUNCTION(inner_height_getter);
JS_DECLARE_NATIVE_FUNCTION(frames_getter);
JS_DECLARE_NATIVE_FUNCTION(self_getter);
JS_DECLARE_NATIVE_FUNCTION(parent_getter);