Index: base/process_util_mac.mm |
diff --git a/base/process_util_mac.mm b/base/process_util_mac.mm |
index 6b39a614e4404d81991f0694159ed76e89e86d8b..ac1f69e2de48ed2b1d97b2ac4fb8746a8f99af7a 100644 |
--- a/base/process_util_mac.mm |
+++ b/base/process_util_mac.mm |
@@ -718,7 +718,7 @@ void oom_killer_new() { |
// === Core Foundation CFAllocators === |
bool CanGetContextForCFAllocator() { |
- return !base::mac::IsOSLaterThanLion(); |
+ return !base::mac::IsOSDangerouslyLaterThanMountainLionForUseByCFAllocatorReplacement(); |
Mark Mentovai
2012/03/14 16:55:41
This is not right (yet) because we haven’t guessed
Robert Sesek
2012/03/14 17:03:24
Done.
|
} |
CFAllocatorContext* ContextForCFAllocator(CFAllocatorRef allocator) { |