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

Unified Diff: Source/modules/fetch/WorkerFetch.idl

Issue 1226773011: Remove legacy GlobalFetch runtime flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « Source/modules/fetch/WindowFetch.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/WorkerFetch.idl
diff --git a/Source/modules/fetch/WorkerFetch.idl b/Source/modules/fetch/WorkerFetch.idl
index 44ef5be640dfddc9d27e2e7d4f2560cb34752f11..8c2c87e5ce4f368968c49d04ffa4e852e52e8902 100644
--- a/Source/modules/fetch/WorkerFetch.idl
+++ b/Source/modules/fetch/WorkerFetch.idl
@@ -3,7 +3,6 @@
// found in the LICENSE file.
[
- RuntimeEnabled=GlobalFetch,
ImplementedAs=GlobalFetch,
] partial interface WorkerGlobalScope {
[CallWith=ScriptState, RaisesException] Promise<Response> fetch(RequestInfo input, optional Dictionary init);
« no previous file with comments | « Source/modules/fetch/WindowFetch.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698