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

Unified Diff: third_party/WebKit/Source/core/css/CSSFontFaceRule.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/CSSFontFaceRule.idl
diff --git a/third_party/WebKit/Source/core/css/CSSFontFaceRule.idl b/third_party/WebKit/Source/core/css/CSSFontFaceRule.idl
index 93eee8f6ec3d36eed8ee85b32b46f9aa34da289d..480d55661ff15fee8d929ee110bbc6b97a7df0ea 100644
--- a/third_party/WebKit/Source/core/css/CSSFontFaceRule.idl
+++ b/third_party/WebKit/Source/core/css/CSSFontFaceRule.idl
@@ -20,8 +20,8 @@
// The CSSFontFaceRule interface was introduced in DOM Level 2 Style, but has
// been replaced by an entirely different interface in CSS Fonts:
-// http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSFontFaceRule
-// http://dev.w3.org/csswg/css-fonts/#om-fontface
+// https://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSFontFaceRule
+// https://dev.w3.org/csswg/css-fonts/#om-fontface
//
// The interface from DOM Level 2 Style is implemented here.
// TODO(foolip): Implement the interface from CSS Fonts.

Powered by Google App Engine
This is Rietveld 408576698