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

Unified Diff: Source/core/css/parser/CSSParserToken.cpp

Issue 1192983003: CSS Custom Properties (Variables) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ToT-ed again... Created 5 years, 5 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: Source/core/css/parser/CSSParserToken.cpp
diff --git a/Source/core/css/parser/CSSParserToken.cpp b/Source/core/css/parser/CSSParserToken.cpp
index 5ac3d2cbf4d2ed44fa1fa9fd95e8cbb01c671b86..308011b192d516b828fc0d990c5f195f18241b5d 100644
--- a/Source/core/css/parser/CSSParserToken.cpp
+++ b/Source/core/css/parser/CSSParserToken.cpp
@@ -191,7 +191,6 @@ void CSSParserToken::serialize(StringBuilder& builder) const
return builder.append('{');
case RightBraceToken:
return builder.append('}');
-
Timothy Loh 2015/07/23 08:11:47 not needed?
case EOFToken:
case CommentToken:
ASSERT_NOT_REACHED();

Powered by Google App Engine
This is Rietveld 408576698