| Index: third_party/WebKit/Source/core/html/HTMLBodyElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLBodyElement.idl b/third_party/WebKit/Source/core/html/HTMLBodyElement.idl
|
| index 7a42319526a76a05a2fcb467339189ef88c8db8b..3879b14c672343b88eb616e7c4d2cb99e0f3beff 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLBodyElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLBodyElement.idl
|
| @@ -23,12 +23,12 @@
|
| interface HTMLBodyElement : HTMLElement {
|
| // obsolete members
|
| // https://html.spec.whatwg.org/#HTMLBodyElement-partial
|
| - [Reflect, TreatNullAs=EmptyString] attribute DOMString text;
|
| - [Reflect, TreatNullAs=EmptyString] attribute DOMString link;
|
| - [Reflect, TreatNullAs=EmptyString] attribute DOMString vLink;
|
| - [Reflect, TreatNullAs=EmptyString] attribute DOMString aLink;
|
| - [Reflect, TreatNullAs=EmptyString] attribute DOMString bgColor;
|
| - [Reflect] attribute DOMString background;
|
| + [CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString text;
|
| + [CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString link;
|
| + [CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString vLink;
|
| + [CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString aLink;
|
| + [CEReactions, Reflect, TreatNullAs=EmptyString] attribute DOMString bgColor;
|
| + [CEReactions, Reflect] attribute DOMString background;
|
|
|
| // TODO(foolip): These event handler attributes should be inherited from
|
| // HTMLElement (which implements GlobalEventHandlers), but have different
|
|
|