| Index: Source/platform/graphics/paint/ScrollDisplayItem.h
|
| diff --git a/Source/platform/graphics/paint/ScrollDisplayItem.h b/Source/platform/graphics/paint/ScrollDisplayItem.h
|
| index 5e3e8bedbaa88ec6421dbb27d98ef7c230a8afa3..b3326608608d5d1f8b295d72bd5b2177d549b04a 100644
|
| --- a/Source/platform/graphics/paint/ScrollDisplayItem.h
|
| +++ b/Source/platform/graphics/paint/ScrollDisplayItem.h
|
| @@ -57,7 +57,7 @@ public:
|
|
|
| private:
|
| #if ENABLE(ASSERT)
|
| - virtual bool isEndAndPairedWith(const DisplayItem& other) const override final { return other.isScroll(); }
|
| + virtual bool isEndAndPairedWith(DisplayItem::Type otherType) const override final { return DisplayItem::isScrollType(otherType); }
|
| #endif
|
| };
|
|
|
|
|