Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1081)

Unified Diff: modules/mediastream/MediaStream.idl

Issue 9418050: IDL roll to multivm@1242 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/mediastream/MediaStream.idl
diff --git a/modules/mediastream/MediaStream.idl b/modules/mediastream/MediaStream.idl
index 01be9c16853c8078a3f4122723cc1aa70fd9a920..e41ea5cb12b9d1bcbcc1f16b1d3df7276769fae5 100644
--- a/modules/mediastream/MediaStream.idl
+++ b/modules/mediastream/MediaStream.idl
@@ -29,7 +29,6 @@
Constructor(MediaStream stream),
Constructor(MediaStreamTrack[] tracks),
CallWith=ScriptExecutionContext,
- SkipVTableValidation
] interface MediaStream {
// DEPRECATED
readonly attribute DOMString label;
@@ -44,6 +43,7 @@
MediaStreamTrack getTrackById(DOMString trackId);
readonly attribute boolean ended;
+ void stop();
attribute EventListener onended;
attribute EventListener onaddtrack;

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b