| Index: third_party/WebKit/Source/modules/fetch/Request.idl
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Request.idl b/third_party/WebKit/Source/modules/fetch/Request.idl
|
| index 261e27cca15dc5dbc7e0505bd797082c7eb54aee..d3b4c50e4cd1eef1fde05bfb523fef57d81e25cc 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Request.idl
|
| +++ b/third_party/WebKit/Source/modules/fetch/Request.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/#request-class
|
| +// https://fetch.spec.whatwg.org/#request-class
|
|
|
| typedef (Request or USVString) RequestInfo;
|
|
|
|
|