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

Unified Diff: vm/scanner.h

Issue 9462003: Changes to shrink the token stream representation from two words to one word. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 10 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: vm/scanner.h
===================================================================
--- vm/scanner.h (revision 4579)
+++ vm/scanner.h (working copy)
@@ -102,7 +102,6 @@
Token::Kind kind;
const char* keyword_chars;
int keyword_len;
- String* keyword_symbol;
};
// Rewind scanner position to token 0.

Powered by Google App Engine
This is Rietveld 408576698