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

Unified Diff: modules/mediastream/MediaStreamTrack.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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/mediastream/MediaStream.idl ('k') | modules/mediastream/MediaStreamTrackSourcesCallback.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/mediastream/MediaStreamTrack.idl
diff --git a/modules/mediastream/MediaStreamTrack.idl b/modules/mediastream/MediaStreamTrack.idl
index 6710c70208f135d64e7413aded94e30734c1b7cc..d02d8ed833e5da36548ef6d71e4520c55cb58641 100644
--- a/modules/mediastream/MediaStreamTrack.idl
+++ b/modules/mediastream/MediaStreamTrack.idl
@@ -23,7 +23,6 @@
*/
[
- NoInterfaceObject,
EventTarget,
ActiveDOMObject
] interface MediaStreamTrack {
@@ -38,6 +37,8 @@
attribute EventListener onunmute;
attribute EventListener onended;
+ [CallWith=ScriptExecutionContext, RaisesException] static void getSources(MediaStreamTrackSourcesCallback callback);
+
// EventTarget interface
void addEventListener(DOMString type,
EventListener listener,
« no previous file with comments | « modules/mediastream/MediaStream.idl ('k') | modules/mediastream/MediaStreamTrackSourcesCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698