| Index: Source/platform/graphics/paint/FilterDisplayItem.h
|
| diff --git a/Source/platform/graphics/paint/FilterDisplayItem.h b/Source/platform/graphics/paint/FilterDisplayItem.h
|
| index bf66f5ea30c42cca0ce3500a01d043b35c7eec4e..549938edb3b21e503b5897c8077406360ce98987 100644
|
| --- a/Source/platform/graphics/paint/FilterDisplayItem.h
|
| +++ b/Source/platform/graphics/paint/FilterDisplayItem.h
|
| @@ -63,7 +63,7 @@ public:
|
|
|
| private:
|
| #if ENABLE(ASSERT)
|
| - virtual bool isEndAndPairedWith(const DisplayItem& other) const override final { return other.type() == BeginFilter; }
|
| + virtual bool isEndAndPairedWith(DisplayItem::Type otherType) const override final { return otherType == BeginFilter; }
|
| #endif
|
| };
|
|
|
|
|