Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index f51b4e1a969b4585c74ca80461bbc87500372f7c..9aa1242f35de0ad13e9eafd17312327f9ab91be2 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -315,7 +315,7 @@ class ThreadLocalTop BASE_EMBEDDED { |
V(uint32_t, private_random_seed, 2) \ |
ISOLATE_INIT_DEBUG_ARRAY_LIST(V) |
-typedef List<HeapObject*, PreallocatedStorage> DebugObjectCache; |
+typedef List<HeapObject*, PreallocatedStorageAllocationPolicy> DebugObjectCache; |
#define ISOLATE_INIT_LIST(V) \ |
/* SerializerDeserializer state. */ \ |