Index: Source/core/html/HTMLFormElement.idl |
diff --git a/Source/core/html/HTMLFormElement.idl b/Source/core/html/HTMLFormElement.idl |
index a5f89d4b4a75dee34af83651a77f90da775a45e6..f12b47ab47cda5be78a16eee57f7b2628d867402 100644 |
--- a/Source/core/html/HTMLFormElement.idl |
+++ b/Source/core/html/HTMLFormElement.idl |
@@ -39,6 +39,6 @@ interface HTMLFormElement : HTMLElement { |
boolean checkValidity(); |
[RuntimeEnabled=RequestAutocomplete] void requestAutocomplete(); |
- [RuntimeEnabled=RequestAutocomplete, NotEnumerable] attribute EventHandler onautocomplete; |
- [RuntimeEnabled=RequestAutocomplete, NotEnumerable] attribute EventHandler onautocompleteerror; |
+ [RuntimeEnabled=RequestAutocomplete] attribute EventHandler onautocomplete; |
+ [RuntimeEnabled=RequestAutocomplete] attribute EventHandler onautocompleteerror; |
}; |