mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Return actual callback object from TreeWalker::filter
This commit is contained in:
committed by
Jelle Raaijmakers
parent
95949ba8f2
commit
2797f9f73e
@@ -33,7 +33,7 @@ public:
|
||||
|
||||
GC::Ref<Node> root() { return m_root; }
|
||||
|
||||
NodeFilter* filter() { return m_filter.ptr(); }
|
||||
JS::Object* filter() const;
|
||||
|
||||
unsigned what_to_show() const { return m_what_to_show; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user