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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSSupportsParser.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/CSSSupportsParser.cpp
diff --git a/third_party/WebKit/Source/core/css/parser/CSSSupportsParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSSupportsParser.cpp
index b92c43ce6b1eb51590f28acf19d9da99f9277cca..8f36a7c511763bd7ec350d8d998ab34c0c354753 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSSupportsParser.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSSupportsParser.cpp
@@ -11,8 +11,8 @@ namespace blink {
CSSSupportsParser::SupportsResult CSSSupportsParser::supportsCondition(
CSSParserTokenRange range,
CSSParserImpl& parser) {
- // FIXME: The spec allows leading whitespace in @supports but not CSS.supports,
- // but major browser vendors allow it in CSS.supports also.
+ // TODO(timloh): The spec allows leading whitespace in @supports but not
+ // CSS.supports, but major browser vendors allow it in CSS.supports also.
range.consumeWhitespace();
return CSSSupportsParser(parser).consumeCondition(range);
}

Powered by Google App Engine
This is Rietveld 408576698