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

Unified Diff: utils/css/parser.dart

Issue 9728009: Template bug fixes and new features. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Undid css.status change Created 8 years, 9 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
« no previous file with comments | « utils/css/cssoptions.dart ('k') | utils/template/codegen.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/css/parser.dart
diff --git a/utils/css/parser.dart b/utils/css/parser.dart
index bb15466a7b8a2bc53fa8985a215cc9c12cd55ce6..1e0e92f340b2727f57cc7c3878fcf87437bbbf34 100644
--- a/utils/css/parser.dart
+++ b/utils/css/parser.dart
@@ -760,6 +760,7 @@ class Parser {
} catch (HexNumberException hne) {
_error('Bad hex number', _makeSpan(start));
}
+ break;
case TokenKind.INTEGER:
t = _next();
value = Math.parseInt("${unary}${t.text}");
« no previous file with comments | « utils/css/cssoptions.dart ('k') | utils/template/codegen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698