Index: src/core/SkStrokeRec.cpp |
diff --git a/src/core/SkStrokeRec.cpp b/src/core/SkStrokeRec.cpp |
index cdaf241366195da1cf8c7fa4523f99908c17a234..ce744e501b8cfebe07688ba6dc35d556b8b0540d 100644 |
--- a/src/core/SkStrokeRec.cpp |
+++ b/src/core/SkStrokeRec.cpp |
@@ -44,7 +44,7 @@ SkStrokeRec::SkStrokeRec(const SkPaint& paint) { |
} |
break; |
default: |
- SkASSERT(!"unknown paint style"); |
+ SkDEBUGFAIL("unknown paint style"); |
// fall back on just fill |
fWidth = kStrokeRec_FillStyleWidth; |
fStrokeAndFill = false; |