| Index: third_party/WebKit/Source/core/html/HTMLFrameSetElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameSetElement.idl b/third_party/WebKit/Source/core/html/HTMLFrameSetElement.idl
|
| index 0525e99b6abc5d460f84c33fceb6d431752ff67b..c27e050e9c8091f4d97659d9b4fa30c53d36970c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameSetElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameSetElement.idl
|
| @@ -23,6 +23,7 @@
|
| // FIXME: HTMLFrameSetElement should not have [OverrideBuiltins].
|
| [
|
| OverrideBuiltins,
|
| + HTMLConstructor,
|
| ] interface HTMLFrameSetElement : HTMLElement {
|
| [CEReactions, Reflect] attribute DOMString cols;
|
| [CEReactions, Reflect] attribute DOMString rows;
|
|
|