Index: src/device/xps/SkXPSDevice.cpp |
diff --git a/src/device/xps/SkXPSDevice.cpp b/src/device/xps/SkXPSDevice.cpp |
index 389db1dbe1faeafc35c0ec2f65b20f34e8f31c8b..62161df296eaf130d6e77b40ca70174569ef499a 100644 |
--- a/src/device/xps/SkXPSDevice.cpp |
+++ b/src/device/xps/SkXPSDevice.cpp |
@@ -2253,7 +2253,7 @@ static void text_draw_init(const SkPaint& paint, |
numGlyphGuess = byteLength / 2; |
break; |
default: |
- SK_DEBUGBREAK(true); |
+ SK_ALWAYSBREAK(true); |
} |
procs.xpsGlyphs.setReserve(numGlyphGuess); |
procs.glyphUse = &glyphsUsed; |