| 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..1e63687e8288678fadab98e360868d4403b4e62e 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)
|
| +#ifdef NDEBUG
|
| bool isEndAndPairedWith(DisplayItem::Type otherType) const final {
|
| return otherType == kBeginFilter;
|
| }
|
|
|