mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibWeb: Implement [SameObject] behavior for HTMLTableSectionElement.rows
This commit is contained in:
@@ -23,6 +23,10 @@ public:
|
||||
|
||||
private:
|
||||
HTMLTableSectionElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
||||
JS::GCPtr<DOM::HTMLCollection> mutable m_rows;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user