| Index: third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.h
|
| index c4055305d05a65b6c8d44a429254bf0d71c3af1d..5b76fcb9dd35cc854f66c4a01d669548b68a303e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.h
|
| @@ -64,7 +64,7 @@ class PLATFORM_EXPORT EndClipDisplayItem final : public PairedEndDisplayItem {
|
| WebDisplayItemList*) const override;
|
|
|
| private:
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| bool isEndAndPairedWith(DisplayItem::Type otherType) const final {
|
| return DisplayItem::isClipType(otherType);
|
| }
|
|
|