1
Fork 0
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:
Aliaksandr Kalenik 2023-09-03 22:50:40 +02:00 committed by Andreas Kling
parent 7daa462ef8
commit 089a23a1f2
2 changed files with 3 additions and 3 deletions

View file

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