Index: Source/core/css/parser/CSSParser.cpp |
diff --git a/Source/core/css/parser/CSSParser.cpp b/Source/core/css/parser/CSSParser.cpp |
index 42b855aa97fd8e96d2e2cc55aac5edde0b105d44..1ed4f6ff4b16226713cc35101729b79803ce6642 100644 |
--- a/Source/core/css/parser/CSSParser.cpp |
+++ b/Source/core/css/parser/CSSParser.cpp |
@@ -112,7 +112,7 @@ bool CSSParser::parseColor(RGBA32& color, const String& string, bool strict) |
if (string.isEmpty()) |
return false; |
- // The regular color parsers don't resolve all named colors, so explicitly |
+ // The regular color parsers don't resolve named colors, so explicitly |
// handle these first. |
Color namedColor; |
if (namedColor.setNamedColor(string)) { |