| Index: third_party/WebKit/Source/core/html/HTMLHRElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLHRElement.idl b/third_party/WebKit/Source/core/html/HTMLHRElement.idl
|
| index 1023126d0c01e7189cdedf1de8a52ab8f4108e77..090945c40f09760182a495bd77f4102508630367 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLHRElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLHRElement.idl
|
| @@ -23,9 +23,9 @@
|
| interface HTMLHRElement : HTMLElement {
|
| // obsolete members
|
| // https://html.spec.whatwg.org/#HTMLHRElement-partial
|
| - [Reflect] attribute DOMString align;
|
| - [Reflect] attribute DOMString color;
|
| - [Reflect] attribute boolean noShade;
|
| - [Reflect] attribute DOMString size;
|
| - [Reflect] attribute DOMString width;
|
| + [CEReactions, Reflect] attribute DOMString align;
|
| + [CEReactions, Reflect] attribute DOMString color;
|
| + [CEReactions, Reflect] attribute boolean noShade;
|
| + [CEReactions, Reflect] attribute DOMString size;
|
| + [CEReactions, Reflect] attribute DOMString width;
|
| };
|
|
|