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:
parent
d57876306c
commit
437a7c977e
3 changed files with 9 additions and 10 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue