mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 17:15:09 +00:00
LibWeb: Implement [SameObject] behavior for HTMLTableRowElement.cells
This commit is contained in:
parent
d1bc89e30b
commit
7d8ff0c581
2 changed files with 17 additions and 6 deletions
|
@ -25,6 +25,10 @@ public:
|
|||
|
||||
private:
|
||||
HTMLTableRowElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
virtual void visit_edges(Cell::Visitor&) override;
|
||||
|
||||
JS::GCPtr<DOM::HTMLCollection> mutable m_cells;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue