Chromium Code Reviews| Index: third_party/WebKit/Source/modules/fetch/Headers.idl |
| diff --git a/third_party/WebKit/Source/modules/fetch/Headers.idl b/third_party/WebKit/Source/modules/fetch/Headers.idl |
| index 4fa6d752fa010735c9dac37fb64b80ffa4c4aaad..751f7ef839a99f7e1aa3c28e511705f6c2738f99 100644 |
| --- a/third_party/WebKit/Source/modules/fetch/Headers.idl |
| +++ b/third_party/WebKit/Source/modules/fetch/Headers.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/#headers-class |
| +// https://fetch.spec.whatwg.org/#headers-class |
|
foolip
2016/12/02 09:55:29
Blank line after
Mark Dittmer
2016/12/02 14:05:45
Done.
|
| typedef Dictionary OpenEndedDictionary; |
| [ |
| Constructor, |