Chromium Code Reviews| Index: src/device/xps/SkXPSDevice.cpp |
| diff --git a/src/device/xps/SkXPSDevice.cpp b/src/device/xps/SkXPSDevice.cpp |
| index 38940552d2a1a30d5e59c1bac126697cc9d2b91e..389db1dbe1faeafc35c0ec2f65b20f34e8f31c8b 100644 |
| --- a/src/device/xps/SkXPSDevice.cpp |
| +++ b/src/device/xps/SkXPSDevice.cpp |
| @@ -2253,7 +2253,7 @@ |
| numGlyphGuess = byteLength / 2; |
| break; |
| default: |
| - SK_ALWAYSASSERT(true); |
| + SK_DEBUGBREAK(true); |
| } |
| procs.xpsGlyphs.setReserve(numGlyphGuess); |
| procs.glyphUse = &glyphsUsed; |