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

Unified Diff: third_party/WebKit/Source/modules/mediasource/URLMediaSource.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/mediasource/URLMediaSource.idl
diff --git a/third_party/WebKit/Source/modules/mediasource/URLMediaSource.idl b/third_party/WebKit/Source/modules/mediasource/URLMediaSource.idl
index 33f026a0ad12d7b4bd09d58ef97f7b60a8a29d8f..4d23bb8f0b4d5cf47b9af51ca22e69107ca81676 100644
--- a/third_party/WebKit/Source/modules/mediasource/URLMediaSource.idl
+++ b/third_party/WebKit/Source/modules/mediasource/URLMediaSource.idl
@@ -31,5 +31,5 @@
// https://w3c.github.io/media-source/#url
partial interface URL {
- [Exposed=(Window,DedicatedWorker,SharedWorker), CallWith=ExecutionContext] static DOMString createObjectURL(MediaSource source);
+ [Exposed=(Window,DedicatedWorker,SharedWorker), CallWith=ScriptState] static DOMString createObjectURL(MediaSource source);
};

Powered by Google App Engine
This is Rietveld 408576698