mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +00:00
LibWeb: Make HTMLCollection and subclasses GC-allocated
This commit is contained in:
parent
4c887bf6c3
commit
2bba97964b
22 changed files with 115 additions and 85 deletions
|
@ -16,7 +16,7 @@ class HTMLTableRowElement final : public HTMLElement {
|
|||
public:
|
||||
virtual ~HTMLTableRowElement() override;
|
||||
|
||||
NonnullRefPtr<DOM::HTMLCollection> cells() const;
|
||||
JS::NonnullGCPtr<DOM::HTMLCollection> cells() const;
|
||||
|
||||
int row_index() const;
|
||||
int section_row_index() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue