| Index: third_party/WebKit/Source/modules/serviceworkers/FetchEvent.idl
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.idl b/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.idl
|
| index 651208aaf60be03158dd2467115aef7bd4fb3335..ef052c75798ad052837e4ccc2760527ff6e91bfb 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.idl
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#fetch-event-interface
|
| +// https://w3c.github.io/ServiceWorker/#fetch-event-interface
|
| [
|
| Constructor(DOMString type, FetchEventInit eventInitDict),
|
| ConstructorCallWith=ScriptState,
|
|
|