Index: tools/sk_tool_utils_font.cpp |
diff --git a/tools/sk_tool_utils_font.cpp b/tools/sk_tool_utils_font.cpp |
index 0f8c96f6173470e8635b87d4dec38d5c57a563d4..af52b37a4ed5314e30139f76e53d4b9eef110bdc 100644 |
--- a/tools/sk_tool_utils_font.cpp |
+++ b/tools/sk_tool_utils_font.cpp |
@@ -42,7 +42,7 @@ |
} |
if (!fontData) { |
// Once all legacy callers to portable fonts are converted, replace this with |
- // SK_ABORT(); |
+ // SK_CRASH(); |
SkDebugf("missing %s %d\n", name, style); |
// If we called SkTypeface::CreateFromName() here we'd recurse infinitely, |
// so we reimplement its core logic here inline without the recursive aspect. |