| Index: third_party/WebKit/Source/core/html/HTMLTableRowElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTableRowElement.idl b/third_party/WebKit/Source/core/html/HTMLTableRowElement.idl
|
| index 5b5707dcaf82778711871f922b781e9c80f7ce70..60180a216ea27069fa1e180bc51f57fb372838ae 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTableRowElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTableRowElement.idl
|
| @@ -19,7 +19,7 @@
|
| */
|
|
|
| // https://html.spec.whatwg.org/#the-tr-element
|
| -
|
| +[HTMLConstructor]
|
| interface HTMLTableRowElement : HTMLElement {
|
| readonly attribute long rowIndex;
|
| readonly attribute long sectionRowIndex;
|
|
|