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

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaStream.idl

Issue 2656343002: Replace [CallWith=ExecutionContext] with [CallWith=ScriptState] (Closed)
Patch Set: Few more Created 3 years, 11 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/WebKit/Source/modules/mediastream/MediaStream.idl
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaStream.idl b/third_party/WebKit/Source/modules/mediastream/MediaStream.idl
index 7c7d87bca63d5d722f79f587b8d0001f14459e9f..a4400079cf8eefdaab0c864d2f3403eca560d96a 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaStream.idl
+++ b/third_party/WebKit/Source/modules/mediastream/MediaStream.idl
@@ -38,7 +38,7 @@
MediaStreamTrack? getTrackById(DOMString trackId);
[RaisesException] void addTrack(MediaStreamTrack track);
[RaisesException] void removeTrack(MediaStreamTrack track);
- [CallWith=ExecutionContext] MediaStream clone();
+ [CallWith=ScriptState] MediaStream clone();
[Measure] readonly attribute boolean active;
attribute EventHandler onaddtrack;
attribute EventHandler onremovetrack;

Powered by Google App Engine
This is Rietveld 408576698