Index: third_party/WebKit/Source/platform/fonts/mac/FontPlatformDataMac.mm |
diff --git a/third_party/WebKit/Source/platform/fonts/mac/FontPlatformDataMac.mm b/third_party/WebKit/Source/platform/fonts/mac/FontPlatformDataMac.mm |
index f4e6100afcaf52770665d9c724dd429b6b34dfe6..e30cd8f842cff2f3f35c77bcf80a517122aeaced 100644 |
--- a/third_party/WebKit/Source/platform/fonts/mac/FontPlatformDataMac.mm |
+++ b/third_party/WebKit/Source/platform/fonts/mac/FontPlatformDataMac.mm |
@@ -82,7 +82,7 @@ static sk_sp<SkTypeface> LoadFromBrowserProcess(NSFont* ns_font, |
// This function should only be called in response to an error loading a |
// font due to being blocked by the sandbox. |
// This by definition shouldn't happen if there is no sandbox support. |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
return nullptr; |
} |