| Index: third_party/WebKit/Source/modules/serviceworkers/ForeignFetchOptions.idl
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchOptions.idl b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchOptions.idl
|
| index 61455fa44e18f611331b63577b990dc8113dabd4..aaa2c556ca05a51ffd62756ac9ccd0d6899b69d3 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchOptions.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchOptions.idl
|
| @@ -4,9 +4,7 @@
|
|
|
| // https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#dictdef-installevent-foreignfetchoptions
|
|
|
| -[
|
| - RuntimeEnabled=ForeignFetch
|
| -] dictionary ForeignFetchOptions {
|
| +dictionary ForeignFetchOptions {
|
| required sequence<USVString> scopes;
|
| required sequence<USVString> origins;
|
| };
|
|
|