Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
index f22d087d3a5e2aa4b325bde047ed67d1d604a5d7..99d7d4862363ea1ff224cf755bf505c1573b08f2 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
@@ -606,7 +606,7 @@ static CSSValue* consumeSpacing(CSSParserTokenRange& range, CSSParserMode cssPar |
{ |
if (range.peek().id() == CSSValueNormal) |
return consumeIdent(range); |
- // TODO(timloh): Don't allow unitless values, and allow <percentage>s in word-spacing. |
+ // TODO(timloh): allow <percentage>s in word-spacing. |
return consumeLength(range, cssParserMode, ValueRangeAll, UnitlessQuirk::Allow); |
} |