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

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

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.cpp
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.cpp
index 7fc0808853a53f6a41faf2e68e06df1730089e71..1ebc8b3ecd4ba928e594200d712254ecdbb4ede8 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.cpp
@@ -44,8 +44,9 @@ CSSParserTokenRange CSSParserTokenRange::consumeBlock() {
}
void CSSParserTokenRange::consumeComponentValue() {
- // FIXME: This is going to do multiple passes over large sections of a stylesheet.
- // We should consider optimising this by precomputing where each block ends.
+ // FIXME: This is going to do multiple passes over large sections of a
+ // stylesheet. We should consider optimising this by precomputing where each
+ // block ends.
unsigned nestingLevel = 0;
do {
const CSSParserToken& token = consume();

Powered by Google App Engine
This is Rietveld 408576698