| Index: third_party/WebKit/Source/core/html/HTMLStyleElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLStyleElement.idl b/third_party/WebKit/Source/core/html/HTMLStyleElement.idl
|
| index 3ac1b5a21d241d97799289b5c464c7eaa5f43e09..2ecd8b8459c05665f6ffb387a5a8ec99b90bf45d 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLStyleElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLStyleElement.idl
|
| @@ -28,6 +28,6 @@ interface HTMLStyleElement : HTMLElement {
|
| [CEReactions, Reflect] attribute DOMString type;
|
|
|
| // HTMLStyleElement implements LinkStyle
|
| - // http://dev.w3.org/csswg/cssom/#the-linkstyle-interface
|
| + // https://dev.w3.org/csswg/cssom/#the-linkstyle-interface
|
| readonly attribute StyleSheet? sheet;
|
| };
|
|
|