| Index: third_party/WebKit/Source/platform/graphics/paint/FilterDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/FilterDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/FilterDisplayItem.h
|
| index 55744194a91b3367c6812cd7113b299199b41e51..9aa4e53d054556f560aaee9db5000d882578fa2a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/FilterDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/FilterDisplayItem.h
|
| @@ -66,7 +66,7 @@ class PLATFORM_EXPORT EndFilterDisplayItem final : public PairedEndDisplayItem {
|
| WebDisplayItemList*) const override;
|
|
|
| private:
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| bool isEndAndPairedWith(DisplayItem::Type otherType) const final {
|
| return otherType == kBeginFilter;
|
| }
|
|
|