| Index: Source/platform/graphics/paint/SubtreeDisplayItem.h
|
| diff --git a/Source/platform/graphics/paint/SubtreeDisplayItem.h b/Source/platform/graphics/paint/SubtreeDisplayItem.h
|
| index 2ce4731bff804212de3d369a62f59178144da02f..efddb5edab88a954e084b6139d750d0964461f53 100644
|
| --- a/Source/platform/graphics/paint/SubtreeDisplayItem.h
|
| +++ b/Source/platform/graphics/paint/SubtreeDisplayItem.h
|
| @@ -62,7 +62,7 @@ private:
|
| }
|
|
|
| #if ENABLE(ASSERT)
|
| - virtual bool isEndAndPairedWith(const DisplayItem& other) const override final { return other.isBeginSubtree(); }
|
| + virtual bool isEndAndPairedWith(DisplayItem::Type otherType) const override final { return DisplayItem::isBeginSubtreeType(otherType); }
|
| #endif
|
| };
|
|
|
|
|