Chromium Code Reviews| Index: third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm |
| diff --git a/third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm b/third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm |
| index 661ff77ad1c1cf71e890e9e14ed1780c20e9f84c..14bfbd920c48f3580c67a5e393da201c411938dc 100644 |
| --- a/third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm |
| +++ b/third_party/WebKit/Source/platform/fonts/mac/FontFamilyMatcherMacTest.mm |
| @@ -23,7 +23,7 @@ void TestSystemFontContainsString(FontWeight desiredWeight, NSString* substring) |
| TEST(FontFamilyMatcherMacTest, YosemiteFontWeights) |
| { |
| - if (!IsOSYosemite()) |
| + if (!IsOS10_10()) |
| return; |
| TestSystemFontContainsString(FontWeight100, @"-UltraLight"); |