Chromium Code Reviews

Unified Diff: src/liveedit.cc

Issue 6716020: Rename memory.h to v8memory.h (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/ia32/frames-ia32.h ('k') | src/memory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/liveedit.cc
===================================================================
--- src/liveedit.cc (revision 7299)
+++ src/liveedit.cc (working copy)
@@ -35,10 +35,10 @@
#include "debug.h"
#include "deoptimizer.h"
#include "global-handles.h"
-#include "memory.h"
#include "parser.h"
#include "scopeinfo.h"
#include "scopes.h"
+#include "v8memory.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/ia32/frames-ia32.h ('k') | src/memory.h » ('j') | no next file with comments »

Powered by Google App Engine