Index: modules/speech/SpeechRecognitionEvent.idl |
diff --git a/modules/speech/SpeechRecognitionEvent.idl b/modules/speech/SpeechRecognitionEvent.idl |
index c925f80947f31defdbbf85993e99ed0cc12e9b98..289b1034ef990b44a95fa2142bed5fba6f2ad381 100644 |
--- a/modules/speech/SpeechRecognitionEvent.idl |
+++ b/modules/speech/SpeechRecognitionEvent.idl |
@@ -24,11 +24,11 @@ |
*/ |
[ |
- EventConstructor, |
NoInterfaceObject, |
+ Constructor(DOMString type, optional SpeechRecognitionEventInit initDict), |
] interface SpeechRecognitionEvent : Event { |
- [InitializedByEventConstructor] readonly attribute unsigned long resultIndex; |
- [InitializedByEventConstructor] readonly attribute SpeechRecognitionResultList results; |
+ readonly attribute unsigned long resultIndex; |
+ readonly attribute SpeechRecognitionResultList results; |
readonly attribute Document interpretation; |
readonly attribute Document emma; |