Chromium Code Reviews| Index: Source/WebCore/platform/graphics/Image.cpp |
| =================================================================== |
| --- Source/WebCore/platform/graphics/Image.cpp (revision 93492) |
| +++ Source/WebCore/platform/graphics/Image.cpp (working copy) |
| @@ -114,7 +114,7 @@ |
| // See <https://webkit.org/b/59043>. |
| #if !PLATFORM(WX) |
| - ASSERT(!isBitmapImage() || static_cast<BitmapImage*>(this)->notSolidColor()); |
| + ASSERT(!isBitmapImage() || notSolidColor()); |
| #endif |
| FloatSize intrinsicTileSize = size(); |