| Index: Source/platform/graphics/paint/FloatClipDisplayItem.h
|
| diff --git a/Source/platform/graphics/paint/FloatClipDisplayItem.h b/Source/platform/graphics/paint/FloatClipDisplayItem.h
|
| index e1e0c7df178b7d848da93f6cfb04ccb74a2d89d5..9aa0a866f4030b20d76e161964d14aba49b3ba0a 100644
|
| --- a/Source/platform/graphics/paint/FloatClipDisplayItem.h
|
| +++ b/Source/platform/graphics/paint/FloatClipDisplayItem.h
|
| @@ -59,7 +59,7 @@ public:
|
|
|
| private:
|
| #if ENABLE(ASSERT)
|
| - virtual bool isEndAndPairedWith(const DisplayItem& other) const override final { return other.isFloatClip(); }
|
| + virtual bool isEndAndPairedWith(DisplayItem::Type otherType) const override final { return DisplayItem::isFloatClipType(otherType); }
|
| #endif
|
| };
|
|
|
|
|