| Index: Source/platform/graphics/Image.h
|
| diff --git a/Source/platform/graphics/Image.h b/Source/platform/graphics/Image.h
|
| index d7bf0ed3e3338114dc295a6428abae6bb2b652d6..706f15ca1331a95c072904b6bd04343637f0aea8 100644
|
| --- a/Source/platform/graphics/Image.h
|
| +++ b/Source/platform/graphics/Image.h
|
| @@ -118,7 +118,7 @@ public:
|
| const FloatSize&, const FloatPoint& phase, CompositeOperator,
|
| const FloatRect&, blink::WebBlendMode = blink::WebBlendModeNormal, const IntSize& repeatSpacing = IntSize());
|
|
|
| -#if !ASSERT_DISABLED
|
| +#if ASSERT_ENABLED
|
| virtual bool notSolidColor() { return true; }
|
| #endif
|
|
|
|
|