| Index: Source/modules/serviceworkers/Response.idl
|
| diff --git a/Source/modules/serviceworkers/Response.idl b/Source/modules/serviceworkers/Response.idl
|
| index 7f62ba8bba316a5bb61bca2e0e3a797ca138d52a..fb8ecf3436918dddc2bce85145b54cf91052b59a 100644
|
| --- a/Source/modules/serviceworkers/Response.idl
|
| +++ b/Source/modules/serviceworkers/Response.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#response-objects
|
| +// http://fetch.spec.whatwg.org/#response-class
|
| // FIXME: Split this idl/impl into AbstractResponse and Response.
|
| [
|
| // FIXME: Add ctors for String, Stream, and ArrayBuffer/ArrayBufferView response bodies.
|
|
|