| Index: Source/core/html/HTMLInputElement.idl
|
| diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl
|
| index 20056c334dd4633dc0ae722878fd103daaec9c5a..c1f1666b710b16c3d5088fb4665911c4428b0952 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, RuntimeEnabled=SpeechInput] attribute boolean webkitSpeech;
|
| [Conditional=INPUT_SPEECH, Reflect, RuntimeEnabled=SpeechInput] attribute boolean webkitGrammar;
|
| - [Conditional=INPUT_SPEECH, NotEnumerable] attribute EventHandler onwebkitspeechchange;
|
| + [Conditional=INPUT_SPEECH] attribute EventHandler onwebkitspeechchange;
|
|
|
| // See http://www.w3.org/TR/html-media-capture/
|
| [Conditional=MEDIA_CAPTURE, Reflect] attribute boolean capture;
|
|
|