mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibWeb: Make HTMLCollection and subclasses GC-allocated
This commit is contained in:
@@ -17,7 +17,7 @@ class HTMLTableSectionElement final : public HTMLElement {
|
||||
public:
|
||||
virtual ~HTMLTableSectionElement() override;
|
||||
|
||||
NonnullRefPtr<DOM::HTMLCollection> rows() const;
|
||||
JS::NonnullGCPtr<DOM::HTMLCollection> rows() const;
|
||||
DOM::ExceptionOr<JS::NonnullGCPtr<HTMLTableRowElement>> insert_row(long index);
|
||||
DOM::ExceptionOr<void> delete_row(long index);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user