| 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.
|
|
|