Index: third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h b/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h |
index 1165737377c39c22fa8772edb127392e81c618b3..f8e85cf3f03e7b1671fc23a8bb303526381e9bfe 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h |
@@ -14,9 +14,9 @@ namespace blink { |
CORE_EXPORT extern const CSSParserToken& staticEOFToken; |
-// A CSSParserTokenRange is an iterator over a subrange of a vector of CSSParserTokens. |
-// Accessing outside of the range will return an endless stream of EOF tokens. |
-// This class refers to half-open intervals [first, last). |
+// A CSSParserTokenRange is an iterator over a subrange of a vector of |
+// CSSParserTokens. Accessing outside of the range will return an endless stream |
+// of EOF tokens. This class refers to half-open intervals [first, last). |
class CORE_EXPORT CSSParserTokenRange { |
DISALLOW_NEW(); |