| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index f2281aa41841f10d74bd6ed18d705a75b2f82c94..253230b2a3b810ca525f29f7db773dd750b95e36 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -313,7 +313,7 @@ class HashMap;
|
| V(uint32_t, private_random_seed, 2) \
|
| ISOLATE_INIT_DEBUG_ARRAY_LIST(V)
|
|
|
| -typedef List<HeapObject*, PreallocatedStorage> DebugObjectCache;
|
| +typedef List<HeapObject*, PreallocatedStorageAllocator> DebugObjectCache;
|
|
|
| #define ISOLATE_INIT_LIST(V) \
|
| /* AssertNoZoneAllocation state. */ \
|
|
|