| Index: third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp b/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp
|
| index 2c538937686e1a568c0f2c755411025b8c6d586c..3f8fbdfa16786fd74674401de7ffd0ef621b3c89 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp
|
| @@ -91,7 +91,8 @@ MutableStylePropertySet* CanvasFontCache::parseFont(const String& fontString) {
|
| CSSParser::parseValue(parsedStyle, CSSPropertyFont, fontString, true, 0);
|
| if (parsedStyle->isEmpty())
|
| return nullptr;
|
| - // According to http://lists.w3.org/Archives/Public/public-html/2009Jul/0947.html,
|
| + // According to
|
| + // http://lists.w3.org/Archives/Public/public-html/2009Jul/0947.html,
|
| // the "inherit" and "initial" values must be ignored.
|
| const CSSValue* fontValue =
|
| parsedStyle->getPropertyCSSValue(CSSPropertyFontSize);
|
|
|