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