Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1008)

Unified Diff: Source/core/html/HTMLKeygenElement.idl

Issue 123833005: Limit HTMLKeygenElement.keytype to only known values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/HTMLKeygenElement.idl
diff --git a/Source/core/html/HTMLKeygenElement.idl b/Source/core/html/HTMLKeygenElement.idl
index 59af63817b02a3a956230284e888a97d3dd02358..8ab49d5cd9dd00384a521f52d5d85b81c7edd1ab 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] attribute DOMString keytype;
[Reflect] attribute DOMString name;
readonly attribute DOMString type;

Powered by Google App Engine
This is Rietveld 408576698