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; |