Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/StyleMedia.idl |
| diff --git a/third_party/WebKit/Source/core/css/StyleMedia.idl b/third_party/WebKit/Source/core/css/StyleMedia.idl |
| index d50a3d2e17438e4e894d3ec051017f777e67404e..1167b09ad2ecd320df2e69c63e8fa8e0330eeccc 100644 |
| --- a/third_party/WebKit/Source/core/css/StyleMedia.idl |
| +++ b/third_party/WebKit/Source/core/css/StyleMedia.idl |
| @@ -26,8 +26,8 @@ |
| // This interface was originally named Media, and was removed from the spec |
| // shortly after it was renamed to StyleMedia: |
| -// http://www.w3.org/TR/2009/WD-cssom-view-20090804/#the-media-interface |
| -// http://web.archive.org/web/20100206142043/http://dev.w3.org/csswg/cssom-view#the-stylemedia-interface |
| +// https://www.w3.org/TR/2009/WD-cssom-view-20090804/#the-media-interface |
| +// https://web.archive.org/web/20100206142043/https://dev.w3.org/csswg/cssom-view#the-stylemedia-interface |
|
foolip
2016/12/02 09:55:28
Nit: keep the second http, it probably wasn't avai
Mark Dittmer
2016/12/02 14:05:44
Done.
|
| // |
| // TODO(foolip): Remove this interface. |