mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
LibWeb: Implement HTMLTableSectionElement::deleteRow()
This commit is contained in:
committed by
Andreas Kling
parent
009588eb28
commit
cc2e08d9e9
@@ -20,6 +20,7 @@ public:
|
||||
|
||||
NonnullRefPtr<DOM::HTMLCollection> rows() const;
|
||||
DOM::ExceptionOr<NonnullRefPtr<HTMLTableRowElement>> insert_row(long index);
|
||||
DOM::ExceptionOr<void> delete_row(long index);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user