Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h

Issue 2398013002: Reflow comments in core/css/parser (Closed)
Patch Set: Removed weird border-style comment Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698