| Index: third_party/WebKit/Source/core/html/HTMLTableColElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTableColElement.idl b/third_party/WebKit/Source/core/html/HTMLTableColElement.idl
|
| index 2d3dbadd14f2247f5ef15c3ff073838b14b6e744..fd63330172cfa821160714bfbcd10bb4c20fe532 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTableColElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTableColElement.idl
|
| @@ -20,7 +20,7 @@
|
|
|
| // https://html.spec.whatwg.org/#the-colgroup-element
|
| // https://html.spec.whatwg.org/#the-col-element
|
| -
|
| +[HTMLConstructor]
|
| interface HTMLTableColElement : HTMLElement {
|
| [CEReactions] attribute unsigned long span;
|
|
|
|
|