Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLLinkElement.idl |
| diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.idl b/third_party/WebKit/Source/core/html/HTMLLinkElement.idl |
| index 65eead0e2ebb41e1089f0c879bdd69e0d99b2c57..e1c4c6d03de2e62c5b0a8c8702a56357350f402f 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.idl |
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.idl |
| @@ -42,7 +42,7 @@ interface HTMLLinkElement : HTMLElement { |
| [CEReactions, Reflect] attribute DOMString target; |
| // HTMLLinkElement implements LinkStyle |
| - // http://dev.w3.org/csswg/cssom/#the-linkstyle-interface |
| + // https://dev.w3.org/csswg/cssom/#the-linkstyle-interface |
| readonly attribute StyleSheet? sheet; |
| // HTML Imports |
| @@ -50,10 +50,10 @@ interface HTMLLinkElement : HTMLElement { |
| readonly attribute Document? import; |
| // Subresource Integrity |
| - // http://w3c.github.io/webappsec/specs/subresourceintegrity/#htmllinkelement-1 |
| + // https://w3c.github.io/webappsec/specs/subresourceintegrity/#htmllinkelement-1 |
|
foolip
2016/12/02 09:55:28
https://w3c.github.io/webappsec-subresource-integr
Mark Dittmer
2016/12/02 14:05:44
Done.
|
| [Reflect] attribute DOMString integrity; |
| // Service workers |
| - // http://mkruisselbrink.github.io/ServiceWorker/spec/service_worker/#link-element-interface-section |
| + // https://mkruisselbrink.github.io/ServiceWorker/spec/service_worker/#link-element-interface-section |
|
foolip
2016/12/02 09:55:28
Should be https://w3c.github.io/ServiceWorker/#lin
Mark Dittmer
2016/12/02 14:05:44
Done.
|
| [Reflect, OriginTrialEnabled=LinkServiceWorker] attribute USVString scope; |
| }; |