| Index: Source/modules/speech/SpeechRecognitionEvent.idl
|
| diff --git a/Source/modules/speech/SpeechRecognitionEvent.idl b/Source/modules/speech/SpeechRecognitionEvent.idl
|
| index a627a5b3b87723d611817bd6c9c2195ea2767cfa..e4ca4829149fcb436f49324e06da77b099f3b393 100644
|
| --- a/Source/modules/speech/SpeechRecognitionEvent.idl
|
| +++ b/Source/modules/speech/SpeechRecognitionEvent.idl
|
| @@ -25,7 +25,7 @@
|
|
|
| [
|
| NoInterfaceObject,
|
| - ConstructorTemplate=Event,
|
| + ConstructorTemplate=Event
|
| ] interface SpeechRecognitionEvent : Event {
|
| [InitializedByEventConstructor] readonly attribute unsigned long resultIndex;
|
| [InitializedByEventConstructor] readonly attribute SpeechRecognitionResultList results;
|
|
|