| Index: Source/core/html/HTMLKeygenElement.idl
|
| diff --git a/Source/core/html/HTMLKeygenElement.idl b/Source/core/html/HTMLKeygenElement.idl
|
| index 59af63817b02a3a956230284e888a97d3dd02358..4484e2b7b11e24848a5a80b1c40ad6f23cd25d1f 100644
|
| --- a/Source/core/html/HTMLKeygenElement.idl
|
| +++ b/Source/core/html/HTMLKeygenElement.idl
|
| @@ -33,7 +33,7 @@ interface HTMLKeygenElement : HTMLElement {
|
| [Reflect] attribute DOMString challenge;
|
| [Reflect] attribute boolean disabled;
|
| [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
|
| - [Reflect] attribute DOMString keytype;
|
| + [Reflect, ReflectOnly="rsa", ReflectMissing="rsa"] attribute DOMString keytype;
|
| [Reflect] attribute DOMString name;
|
|
|
| readonly attribute DOMString type;
|
|
|