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

Unified Diff: runtime/vm/scanner.cc

Issue 10913138: VM can parse and ignore metadata (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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: runtime/vm/scanner.cc
===================================================================
--- runtime/vm/scanner.cc (revision 12064)
+++ runtime/vm/scanner.cc (working copy)
@@ -826,7 +826,7 @@
break;
case '@':
- Recognize(Token::kILLEGAL);
+ Recognize(Token::kAT);
if ((c0_ == '"') || (c0_ == '\'')) {
ScanLiteralString(true);
}

Powered by Google App Engine
This is Rietveld 408576698