| Index: third_party/WebKit/Source/core/html/HTMLOutputElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOutputElement.idl b/third_party/WebKit/Source/core/html/HTMLOutputElement.idl
|
| index 8efb9a075ab120a895ae896f0221ec3061607be8..562f6f3c94e801921b7b602998df023c5f275e51 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOutputElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOutputElement.idl
|
| @@ -25,13 +25,13 @@
|
| // https://html.spec.whatwg.org/#the-output-element
|
|
|
| interface HTMLOutputElement : HTMLElement {
|
| - [PutForwards=value] readonly attribute DOMTokenList htmlFor;
|
| + [CEReactions, PutForwards=value] readonly attribute DOMTokenList htmlFor;
|
| [ImplementedAs=formOwner] readonly attribute HTMLFormElement? form;
|
| - [Reflect] attribute DOMString name;
|
| + [CEReactions, Reflect] attribute DOMString name;
|
|
|
| readonly attribute DOMString type;
|
| - attribute DOMString defaultValue;
|
| - attribute DOMString value;
|
| + [CEReactions] attribute DOMString defaultValue;
|
| + [CEReactions] attribute DOMString value;
|
|
|
| readonly attribute boolean willValidate;
|
| readonly attribute ValidityState validity;
|
|
|