Index: Source/core/page/SpeechInputEvent.idl |
diff --git a/Source/core/page/SpeechInputEvent.idl b/Source/core/page/SpeechInputEvent.idl |
index be82107d14544ab8c87b8c03cf9fed32e2222943..4fe740b1bdbaffe6a3542de082bbe4b5194c95ee 100644 |
--- a/Source/core/page/SpeechInputEvent.idl |
+++ b/Source/core/page/SpeechInputEvent.idl |
@@ -24,7 +24,7 @@ |
*/ |
[ |
- Conditional=INPUT_SPEECH, |
+ Conditional=INPUT_SPEECH |
] interface SpeechInputEvent : Event { |
readonly attribute SpeechInputResultList results; |
}; |