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

Unified Diff: src/utils.h

Issue 231073002: WIP: Parser: delay string internalization. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebased Created 6 years, 7 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: src/utils.h
diff --git a/src/utils.h b/src/utils.h
index 115f7847584d07d7b476131dc44de4181e14ba61..e358f60c52fb5b7a81fe1c65144313e18327ac0c 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -11,6 +11,7 @@
#include "allocation.h"
#include "checks.h"
+#include "list.h"
#include "globals.h"
#include "platform.h"
#include "vector.h"
« src/parser-symbol-table.cc ('K') | « src/scopes.cc ('k') | src/variables.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698