| Index: base/process_util_mac.mm
|
| ===================================================================
|
| --- base/process_util_mac.mm (revision 167190)
|
| +++ base/process_util_mac.mm (working copy)
|
| @@ -803,8 +803,7 @@
|
| // === Core Foundation CFAllocators ===
|
|
|
| bool CanGetContextForCFAllocator() {
|
| - return !base::mac::
|
| - IsOSDangerouslyLaterThanMountainLionForUseByCFAllocatorReplacement();
|
| + return !base::mac::IsOSLaterThanMountainLion_DontCallThis();
|
| }
|
|
|
| CFAllocatorContext* ContextForCFAllocator(CFAllocatorRef allocator) {
|
|
|