commit | 330313a8a8343876ee596da39da06a5d69badd9c | [log] [tgz] |
---|---|---|
author | mtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Aug 22 15:37:26 2013 +0000 |
committer | mtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Aug 22 15:37:26 2013 +0000 |
tree | 06572dd2cecc561c641b39af8fbcc2d93728b333 | |
parent | f68aed33819cbc98a95edeadde1da9303eca7fb2 [diff] [blame] |
My clang now doesn't complain about !"foo". BUG= R=robertphillips@google.com Review URL: https://codereview.chromium.org/22875037 git-svn-id: http://skia.googlecode.com/svn/trunk@10874 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/utils/SkPictureUtils.cpp b/src/utils/SkPictureUtils.cpp index 87a4057..45d3f1b 100644 --- a/src/utils/SkPictureUtils.cpp +++ b/src/utils/SkPictureUtils.cpp
@@ -37,7 +37,7 @@ }; static void not_supported() { - SkASSERT(!"this method should never be called"); + SkDEBUGFAIL("this method should never be called"); } static void nothing_to_do() {}