| Index: Source/modules/serviceworkers/Response.idl
|
| diff --git a/Source/modules/serviceworkers/Response.idl b/Source/modules/serviceworkers/Response.idl
|
| index 4d650fee7a8f1a3c2988cc534f9206140ecd79ff..d7fdf744e42aca302d0ab94782bc5b9ede79cffa 100644
|
| --- a/Source/modules/serviceworkers/Response.idl
|
| +++ b/Source/modules/serviceworkers/Response.idl
|
| @@ -5,8 +5,6 @@
|
| // https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#response-objects
|
| // FIXME: Split this idl/impl into AbstractResponse and Response.
|
| [
|
| - // FIXME: Remove this legacy function after the required Chromium-side patch lands.
|
| - Constructor(optional Dictionary responseInitDict),
|
| // FIXME: Add ctors for String, Stream, and ArrayBuffer/ArrayBufferView response bodies.
|
| Constructor(Blob body, optional Dictionary responseInitDict),
|
| RuntimeEnabled=ServiceWorker,
|
|
|