Index: Source/platform/graphics/BitmapImage.cpp |
diff --git a/Source/platform/graphics/BitmapImage.cpp b/Source/platform/graphics/BitmapImage.cpp |
index 36a83ae27f25ab39db6b01d14cde6592f9f56731..a62674ff7b0948e2aed2663ce68f7c4b957c0408 100644 |
--- a/Source/platform/graphics/BitmapImage.cpp |
+++ b/Source/platform/graphics/BitmapImage.cpp |
@@ -399,7 +399,7 @@ ImageOrientation BitmapImage::frameOrientationAtIndex(size_t index) |
return m_source.orientationAtIndex(index); |
} |
-#if !ASSERT_DISABLED |
+#if ASSERT_ENABLED |
bool BitmapImage::notSolidColor() |
{ |
return size().width() != 1 || size().height() != 1 || frameCount() > 1; |