| 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);
|
|
|