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

Unified Diff: src/v8globals.h

Issue 7374002: Refactor allocation policies. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 5 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 | « src/type-info.cc ('k') | src/x64/lithium-codegen-x64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8globals.h
diff --git a/src/v8globals.h b/src/v8globals.h
index aff27579f8d78b6cd8337f9b8fba578237993c42..72cc62f38627ceac70d334b7f464b40f687ab21b 100644
--- a/src/v8globals.h
+++ b/src/v8globals.h
@@ -161,12 +161,12 @@ class RegExpTree;
class RegExpCompiler;
class RegExpVisitor;
class Scope;
-template<class Allocator = FreeStoreAllocationPolicy> class ScopeInfo;
+template<class Allocator = FreeStoreAllocator> class ScopeInfo;
class SerializedScopeInfo;
class Script;
class Slot;
class Smi;
-template <typename Config, class Allocator = FreeStoreAllocationPolicy>
+template <typename Config, class Allocator = FreeStoreAllocator>
class SplayTree;
class Statement;
class String;
« no previous file with comments | « src/type-info.cc ('k') | src/x64/lithium-codegen-x64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698