mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
LibWeb: Update Window::length()
to use navigables
This commit is contained in:
parent
7daa462ef8
commit
089a23a1f2
2 changed files with 3 additions and 3 deletions
|
@ -136,7 +136,7 @@ public:
|
|||
void focus();
|
||||
|
||||
JS::NonnullGCPtr<WindowProxy> frames() const;
|
||||
u32 length() const;
|
||||
u32 length();
|
||||
JS::GCPtr<WindowProxy const> top() const;
|
||||
JS::GCPtr<WindowProxy const> parent() const;
|
||||
JS::GCPtr<DOM::Element const> frame_element() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue