Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(561)

Unified Diff: Source/modules/speech/SpeechRecognitionEvent.idl

Issue 15650003: Remove trailing commas from Blink IDLs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase to HEAD (again) Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « Source/modules/speech/SpeechRecognitionAlternative.idl ('k') | Source/modules/speech/SpeechRecognitionResult.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698