LibWeb: Return actual callback object from TreeWalker::filter

This commit is contained in:
Luke Wilde
2025-02-24 16:35:14 +00:00
committed by Jelle Raaijmakers
parent 95949ba8f2
commit 2797f9f73e
5 changed files with 1104 additions and 2 deletions

View File

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