Index: third_party/WebKit/Source/core/css/parser/CSSParser.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParser.h b/third_party/WebKit/Source/core/css/parser/CSSParser.h |
index f8902d65cafdac73e4fa72642022a1aca2997cae..90d1876762fe63563a70a85cbf1e447a241577bd 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParser.h |
@@ -79,8 +79,8 @@ class CORE_EXPORT CSSParser { |
static bool parseSupportsCondition(const String&); |
- // The color will only be changed when string contains a valid CSS color, so callers |
- // can set it to a default color and ignore the boolean result. |
+ // The color will only be changed when string contains a valid CSS color, so |
+ // callers can set it to a default color and ignore the boolean result. |
static bool parseColor(Color&, const String&, bool strict = false); |
static bool parseSystemColor(Color&, const String&); |