diff --git a/source b/source index 4e466349b06..ef860791718 100644 --- a/source +++ b/source @@ -39816,7 +39816,7 @@ interface HTMLTableRowElement : HTMLElement { readonly attribute long rowIndex; readonly attribute long sectionRowIndex; [SameObject] readonly attribute HTMLCollection cells; - HTMLElement insertCell(optional long index = -1); + HTMLTableCellElement insertCell(optional long index = -1); [CEReactions] void deleteCell(long index); };