diff --git a/source b/source index 9c7f6f67cf2..6c2e8a59d32 100644 --- a/source +++ b/source @@ -40199,7 +40199,7 @@ interface HTMLTableColElement : HTMLElement { HTMLConstructor] interface HTMLTableSectionElement : HTMLElement { [SameObject] readonly attribute HTMLCollection rows; - HTMLElement insertRow(optional long index = -1); + HTMLTableRowElement insertRow(optional long index = -1); [CEReactions] void deleteRow(long index); };

Uses HTMLTableSectionElement. The