Index: ui/base/cocoa/base_view.mm |
diff --git a/ui/base/cocoa/base_view.mm b/ui/base/cocoa/base_view.mm |
index 9642fbe1a81f3b8bf64a6853ab441af32c30194c..ef3eb87f7917d20ce91181ac7f411efb87a9ecb0 100644 |
--- a/ui/base/cocoa/base_view.mm |
+++ b/ui/base/cocoa/base_view.mm |
@@ -60,8 +60,8 @@ NSString* kSelectionDirection = @"Chromium.kSelectionDirection"; |
// http://crbug.com/176725 / http://openradar.appspot.com/radar?id=2773401 . |
// Work around it by reinstalling the tracking area after window resize. |
// This AppKit bug is fixed on Yosemite, so we only apply this workaround on |
- // 10.7 to 10.9. |
- if (base::mac::IsOSMavericksOrEarlier() && base::mac::IsOSLionOrLater()) { |
+ // 10.9. |
+ if (base::mac::IsOSMavericks()) { |
[self disableTracking]; |
[self enableTracking]; |
} |