mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +00:00
LibWeb: Implement getting the top-level traversable of a navigable
This commit is contained in:
parent
05dc1da321
commit
54e01824c7
2 changed files with 15 additions and 0 deletions
|
@ -41,6 +41,7 @@ public:
|
|||
void set_container(JS::GCPtr<NavigableContainer>);
|
||||
|
||||
JS::GCPtr<TraversableNavigable> traversable_navigable();
|
||||
JS::GCPtr<TraversableNavigable> top_level_traversable();
|
||||
|
||||
protected:
|
||||
Navigable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue