| Index: third_party/WebKit/Source/platform/graphics/paint/ScrollDisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/ScrollDisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/ScrollDisplayItem.h
|
| index d87d5786608d2050d3d2eab0f8c89041beb9575f..c699589bc8591b89756db453e3f0f919876bdada 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ScrollDisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ScrollDisplayItem.h
|
| @@ -54,7 +54,7 @@ class PLATFORM_EXPORT EndScrollDisplayItem final : public PairedEndDisplayItem {
|
| WebDisplayItemList*) const override;
|
|
|
| private:
|
| -#if ENABLE(ASSERT)
|
| +#ifdef NDEBUG
|
| bool isEndAndPairedWith(DisplayItem::Type otherType) const final {
|
| return DisplayItem::isScrollType(otherType);
|
| }
|
|
|