diff options
Diffstat (limited to 'base/process_util_mac.mm')
-rw-r--r-- | base/process_util_mac.mm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/base/process_util_mac.mm b/base/process_util_mac.mm index 442ddcc..373d4cf 100644 --- a/base/process_util_mac.mm +++ b/base/process_util_mac.mm @@ -819,8 +819,7 @@ void oom_killer_new() { // === Core Foundation CFAllocators === bool CanGetContextForCFAllocator() { - return !base::mac:: - IsOSDangerouslyLaterThanMountainLionForUseByCFAllocatorReplacement(); + return !base::mac::IsOSLaterThanMountainLion_DontCallThis(); } CFAllocatorContext* ContextForCFAllocator(CFAllocatorRef allocator) { |