mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibWeb: Implement child_navigables() for navigables
This commit is contained in:
committed by
Andreas Kling
parent
5f8b9f7936
commit
eb4db6057d
@@ -29,6 +29,8 @@ public:
|
||||
|
||||
ErrorOr<void> initialize_navigable(JS::NonnullGCPtr<DocumentState> document_state, JS::GCPtr<Navigable> parent);
|
||||
|
||||
Vector<JS::Handle<Navigable>> child_navigables() const;
|
||||
|
||||
String const& id() const { return m_id; };
|
||||
JS::GCPtr<Navigable> parent() const { return m_parent; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user