| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index f1c9b3ccfaae7843cfb1be0357ce056d105a6fb3..f4a776192b06f9463f0e2a4056510aff2ce64782 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. */ \
|
|
|