diff options
Diffstat (limited to 'components/script/dom/webidls/HTMLTableSectionElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLTableSectionElement.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLTableSectionElement.webidl b/components/script/dom/webidls/HTMLTableSectionElement.webidl index b2d22b25947..32f9e09a62e 100644 --- a/components/script/dom/webidls/HTMLTableSectionElement.webidl +++ b/components/script/dom/webidls/HTMLTableSectionElement.webidl @@ -5,7 +5,7 @@ // https://www.whatwg.org/html/#htmltablesectionelement interface HTMLTableSectionElement : HTMLElement { - //readonly attribute HTMLCollection rows; + readonly attribute HTMLCollection rows; //HTMLElement insertRow(optional long index = -1); //void deleteRow(long index); |