Index: src/core/SkColorTable.cpp |
diff --git a/src/core/SkColorTable.cpp b/src/core/SkColorTable.cpp |
index b8e7b059e8fa873fc69867a83b52abb307984f03..4d0a7950b294886f10cca13f95a8eaedca7650cd 100644 |
--- a/src/core/SkColorTable.cpp |
+++ b/src/core/SkColorTable.cpp |
@@ -31,7 +31,7 @@ SkColorTable::SkColorTable(const SkColorTable& src) : INHERITED() { |
SkColorTable::SkColorTable(const SkPMColor colors[], int count, SkAlphaType at) |
: f16BitCache(NULL), fAlphaType(SkToU8(at)) |
{ |
- SkASSERT(0 == count || NULL != colors); |
+ SkASSERT(0 == count || colors); |
if (count < 0) { |
count = 0; |