| 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 569daea05bccc3217b4601a8dcb836f83acee49d..0525e99b6abc5d460f84c33fceb6d431752ff67b 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameSetElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameSetElement.idl
|
| @@ -24,8 +24,8 @@
|
| [
|
| OverrideBuiltins,
|
| ] interface HTMLFrameSetElement : HTMLElement {
|
| - [Reflect] attribute DOMString cols;
|
| - [Reflect] attribute DOMString rows;
|
| + [CEReactions, Reflect] attribute DOMString cols;
|
| + [CEReactions, Reflect] attribute DOMString rows;
|
|
|
| // TODO(foolip): These event handler attributes should be inherited from
|
| // HTMLElement (which implements GlobalEventHandlers), but have different
|
|
|