| Index: Source/platform/graphics/BitmapImage.cpp
|
| diff --git a/Source/platform/graphics/BitmapImage.cpp b/Source/platform/graphics/BitmapImage.cpp
|
| index db9b62e819318acf71093cee5a3b1019b8b1296a..29904b21ceff4c47b77eecdbf73513d0fa5d1ae0 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_ENABLED
|
| +#if ENABLE(ASSERT)
|
| bool BitmapImage::notSolidColor()
|
| {
|
| return size().width() != 1 || size().height() != 1 || frameCount() > 1;
|
|
|