| Index: third_party/WebKit/Source/core/html/HTMLKeygenElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLKeygenElement.idl b/third_party/WebKit/Source/core/html/HTMLKeygenElement.idl
|
| index 011687d798683228e2a055cc7b3850f963bd6899..4b0b21d90227006b60b6a7311c33e1bcc3cc3349 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLKeygenElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLKeygenElement.idl
|
| @@ -31,12 +31,12 @@
|
| // https://html.spec.whatwg.org/#the-keygen-element
|
|
|
| interface HTMLKeygenElement : HTMLElement {
|
| - [Reflect] attribute boolean autofocus;
|
| - [Reflect] attribute DOMString challenge;
|
| - [Reflect] attribute boolean disabled;
|
| + [CEReactions, Reflect] attribute boolean autofocus;
|
| + [CEReactions, Reflect] attribute DOMString challenge;
|
| + [CEReactions, Reflect] attribute boolean disabled;
|
| [ImplementedAs=formOwner] readonly attribute HTMLFormElement? form;
|
| - [Reflect, ReflectOnly="rsa", ReflectMissing="rsa"] attribute DOMString keytype;
|
| - [Reflect] attribute DOMString name;
|
| + [CEReactions, Reflect, ReflectOnly="rsa", ReflectMissing="rsa"] attribute DOMString keytype;
|
| + [CEReactions, Reflect] attribute DOMString name;
|
|
|
| readonly attribute DOMString type;
|
|
|
|
|