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

Unified Diff: third_party/WebKit/Source/core/css/StyleSheetList.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/StyleSheetList.idl
diff --git a/third_party/WebKit/Source/core/css/StyleSheetList.idl b/third_party/WebKit/Source/core/css/StyleSheetList.idl
index 68fdc935e94ce5346050c7ae55b23b7eaf99c5c7..1b4902ce9bd3f160de84979af4da0a0d8b864360 100644
--- a/third_party/WebKit/Source/core/css/StyleSheetList.idl
+++ b/third_party/WebKit/Source/core/css/StyleSheetList.idl
@@ -18,7 +18,7 @@
* Boston, MA 02110-1301, USA.
*/
-// http://dev.w3.org/csswg/cssom/#the-stylesheetlist-interface
+// https://dev.w3.org/csswg/cssom/#the-stylesheetlist-interface
// TODO(foolip): StyleSheetList should be an [ArrayClass].
[

Powered by Google App Engine
This is Rietveld 408576698