Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: third_party/WebKit/Source/core/css/StyleMedia.idl

Issue 2549633002: rewrite spec links with http: to https: and fix known Javascript redirected links (Closed)
Patch Set: Address all code review comments; mostly rewrite incorrectly-anchored links Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..52b6412751399dba682ef3ef4959679a3a2bc9dd 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/http://dev.w3.org/csswg/cssom-view#the-stylemedia-interface
//
// TODO(foolip): Remove this interface.

Powered by Google App Engine
This is Rietveld 408576698