| Index: Source/platform/graphics/paint/ClipPathDisplayItem.h
|
| diff --git a/Source/platform/graphics/paint/ClipPathDisplayItem.h b/Source/platform/graphics/paint/ClipPathDisplayItem.h
|
| index 0cae00f89f0cd95f1057f04bfffe111742589491..23238873bad2711d33a550c99e3b3c282511c4d5 100644
|
| --- a/Source/platform/graphics/paint/ClipPathDisplayItem.h
|
| +++ b/Source/platform/graphics/paint/ClipPathDisplayItem.h
|
| @@ -51,7 +51,7 @@ public:
|
|
|
| private:
|
| #if ENABLE(ASSERT)
|
| - virtual bool isEndAndPairedWith(const DisplayItem& other) const override final { return other.type() == BeginClipPath; }
|
| + virtual bool isEndAndPairedWith(DisplayItem::Type otherType) const override final { return otherType == BeginClipPath; }
|
| #endif
|
| };
|
|
|
|
|