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

Unified Diff: third_party/WebCore/Modules/speech/SpeechRecognition.idl

Issue 10825350: Roll IDL to multivm@762 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
Index: third_party/WebCore/Modules/speech/SpeechRecognition.idl
diff --git a/third_party/WebCore/Modules/speech/SpeechRecognition.idl b/third_party/WebCore/Modules/speech/SpeechRecognition.idl
index f6e2844d50204d329b84074aa2407dbb7021af77..6e1b55eefe540570cf16185878eda0d42e53badb 100644
--- a/third_party/WebCore/Modules/speech/SpeechRecognition.idl
+++ b/third_party/WebCore/Modules/speech/SpeechRecognition.idl
@@ -36,7 +36,7 @@ module core {
attribute boolean continuous;
attribute unsigned long maxAlternatives;
- void start();
+ void start() raises (DOMException);
[ImplementedAs=stopFunction] void stop();
void abort();

Powered by Google App Engine
This is Rietveld 408576698