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

Unified Diff: src/v8globals.h

Issue 10443114: Progress towards making Zones independent of Isolates and Threads. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix issues and nits. Created 8 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/v8globals.h
diff --git a/src/v8globals.h b/src/v8globals.h
index 6a1766a1a582f38dc187bf19e09cd2b76a68def6..9f18028471f8814a052b6116d37da122c060bc01 100644
--- a/src/v8globals.h
+++ b/src/v8globals.h
@@ -156,7 +156,7 @@ class Scope;
class ScopeInfo;
class Script;
class Smi;
-template <typename Config, class Allocator = FreeStoreAllocationPolicy>
+template <typename Config, class AllocationPolicy = FreeStoreAllocationPolicy>
danno 2012/06/01 15:25:34 No need to change this file for just this one-line
sanjoy 2012/06/04 10:17:21 Reverted the change.
class SplayTree;
class String;
class Struct;
« src/splay-tree.h ('K') | « src/v8.h ('k') | src/x64/lithium-codegen-x64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698