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

Unified Diff: modules/speech/SpeechRecognitionResult.idl

Issue 23014006: Roll IDL to multivm@1350 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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
« no previous file with comments | « modules/speech/SpeechRecognition.idl ('k') | modules/speech/SpeechRecognitionResultList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/speech/SpeechRecognitionResult.idl
diff --git a/modules/speech/SpeechRecognitionResult.idl b/modules/speech/SpeechRecognitionResult.idl
index 45f6b519f41c61d5eb2b400758138506ab63a24a..91d3e907e8140d123e36d3e6f1afcbd613d4694c 100644
--- a/modules/speech/SpeechRecognitionResult.idl
+++ b/modules/speech/SpeechRecognitionResult.idl
@@ -27,6 +27,6 @@
NoInterfaceObject
] interface SpeechRecognitionResult {
readonly attribute unsigned long length;
- getter SpeechRecognitionAlternative item([IsIndex] unsigned long index);
+ getter SpeechRecognitionAlternative item(unsigned long index);
readonly attribute boolean isFinal;
};
« no previous file with comments | « modules/speech/SpeechRecognition.idl ('k') | modules/speech/SpeechRecognitionResultList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698