Chromium Code Reviews| Index: src/utils/SkPictureUtils.cpp |
| diff --git a/src/utils/SkPictureUtils.cpp b/src/utils/SkPictureUtils.cpp |
| index 87a4057ebd24e555b6d0ce7a80430ba197f2058a..45d3f1b23a19658850883441465847cc1d3600b2 100644 |
| --- a/src/utils/SkPictureUtils.cpp |
| +++ b/src/utils/SkPictureUtils.cpp |
| @@ -37,7 +37,7 @@ private: |
| }; |
| static void not_supported() { |
| - SkASSERT(!"this method should never be called"); |
| + SkDEBUGFAIL("this method should never be called"); |
| } |
| static void nothing_to_do() {} |