| Index: third_party/WebKit/Source/modules/fetch/Response.idl
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Response.idl b/third_party/WebKit/Source/modules/fetch/Response.idl
|
| index 89b58e3e5e74db0574452885b601c2fc36a1aa00..9f24fcda49d7d3cf15a3a94d91cb8152c48ba4d0 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Response.idl
|
| +++ b/third_party/WebKit/Source/modules/fetch/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.
|
|
|
| -// http://fetch.spec.whatwg.org/#response-class
|
| +// https://fetch.spec.whatwg.org/#response-class
|
|
|
| enum ResponseType { "basic", "cors", "default", "error", "opaque", "opaqueredirect" };
|
|
|
|
|