| Index: third_party/WebKit/Source/core/html/HTMLTableElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTableElement.idl b/third_party/WebKit/Source/core/html/HTMLTableElement.idl
|
| index b785a6911c2a05586eb0e3f79f1fd03dda9355ed..8f063f394b68928f11e6c9922c47eec4beb17187 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTableElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTableElement.idl
|
| @@ -19,7 +19,7 @@
|
| */
|
|
|
| // https://html.spec.whatwg.org/#the-table-element
|
| -
|
| +[HTMLConstructor]
|
| interface HTMLTableElement : HTMLElement {
|
| // TODO(foolip): The caption, tHead and tFoot setters should never throw.
|
| [CEReactions, RaisesException=Setter] attribute HTMLTableCaptionElement? caption;
|
|
|