| Index: Source/modules/fetch/WindowFetch.idl
|
| diff --git a/Source/modules/fetch/WindowFetch.idl b/Source/modules/fetch/WindowFetch.idl
|
| index 20770eaec63acd01b760980bd3d68e3997d786b5..d2b48ada15193754661f58f3b180d939bcae2f34 100644
|
| --- a/Source/modules/fetch/WindowFetch.idl
|
| +++ b/Source/modules/fetch/WindowFetch.idl
|
| @@ -3,7 +3,6 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - RuntimeEnabled=GlobalFetch,
|
| ImplementedAs=GlobalFetch,
|
| ] partial interface Window {
|
| [CallWith=ScriptState, RaisesException] Promise<Response> fetch(RequestInfo input, optional Dictionary init);
|
|
|