Index: Source/core/html/HTMLInputElement.idl |
diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl |
index 2911901c13023e9d06e0617e3c2d271bc5b11c7c..2397bbcf6a544282efee55b3cea68686a681cb6c 100644 |
--- a/Source/core/html/HTMLInputElement.idl |
+++ b/Source/core/html/HTMLInputElement.idl |
@@ -96,7 +96,7 @@ |
[Reflect] attribute boolean incremental; |
[Conditional=INPUT_SPEECH, Reflect, EnabledAtRuntime=speechInput] attribute boolean webkitSpeech; |
[Conditional=INPUT_SPEECH, Reflect, EnabledAtRuntime=speechInput] attribute boolean webkitGrammar; |
- [Conditional=INPUT_SPEECH, NotEnumerable] attribute EventListener onwebkitspeechchange; |
+ [Conditional=INPUT_SPEECH, NotEnumerable] attribute EventHandler onwebkitspeechchange; |
// See http://www.w3.org/TR/html-media-capture/ |
[Conditional=MEDIA_CAPTURE, Reflect] attribute boolean capture; |