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

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

Issue 10117028: Roll WebCore IDL to multivm@418 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 92a4bc0dcaa42065a69f49e9a48c7e28f43f260c..5fea70d27c137515e8163aaf4dcf6cefbb97e8d8 100644
--- a/third_party/WebCore/Modules/speech/SpeechRecognition.idl
+++ b/third_party/WebCore/Modules/speech/SpeechRecognition.idl
@@ -51,5 +51,15 @@ module core {
attribute EventListener onerror;
attribute EventListener onstart;
attribute EventListener onend;
+
+ // EventTarget interface
+ void addEventListener(in DOMString type,
+ in EventListener listener,
+ in [Optional] boolean useCapture);
+ void removeEventListener(in DOMString type,
+ in EventListener listener,
+ in [Optional] boolean useCapture);
+ boolean dispatchEvent(in Event evt)
+ raises(EventException);
};
}
« no previous file with comments | « third_party/WebCore/Modules/mediastream/LocalMediaStream.idl ('k') | third_party/WebCore/Modules/webaudio/AudioContext.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698