Index: src/ports/SkFontHost_win.cpp |
diff --git a/src/ports/SkFontHost_win.cpp b/src/ports/SkFontHost_win.cpp |
index 2e03a44578a8cdf3e1c7c135fd0be52951a14fd5..10476ad4345f509073fd3a62d05cf176d891d95a 100644 |
--- a/src/ports/SkFontHost_win.cpp |
+++ b/src/ports/SkFontHost_win.cpp |
@@ -2176,7 +2176,7 @@ int LogFontTypeface::onCharsToGlyphs(const void* chars, Encoding encoding, |
break; |
} |
default: |
- SK_CRASH(); |
+ SK_ABORT("Invalid Text Encoding"); |
} |
if (sc) { |