| Index: base/process/memory_mac.mm
|
| diff --git a/base/process/memory_mac.mm b/base/process/memory_mac.mm
|
| index 4b5a3ce9c8cb60834b8ab52ab594fa4585481585..7fca3d90095e09a53c67196ce7fc594c08ab9ef3 100644
|
| --- a/base/process/memory_mac.mm
|
| +++ b/base/process/memory_mac.mm
|
| @@ -37,7 +37,7 @@ void EnableTerminationOnOutOfMemory() {
|
|
|
| // Step 2: Enable OOM killer on C-malloc failures for the default zone (if we
|
| // have a shim).
|
| -#if BUILDFLAG(USE_EXPERIMENTAL_ALLOCATOR_SHIM)
|
| +#if BUILDFLAG(USE_ALLOCATOR_SHIM)
|
| allocator::SetCallNewHandlerOnMallocFailure(true);
|
| #endif
|
|
|
|
|