| Index: Source/platform/graphics/paint/FixedPositionDisplayItem.h
|
| diff --git a/Source/platform/graphics/paint/FixedPositionDisplayItem.h b/Source/platform/graphics/paint/FixedPositionDisplayItem.h
|
| index 14aa2417cf316acc34e90d72805393fee7af997b..f3d84c44d6baed4dbd94aee6fa253fbeb99f0299 100644
|
| --- a/Source/platform/graphics/paint/FixedPositionDisplayItem.h
|
| +++ b/Source/platform/graphics/paint/FixedPositionDisplayItem.h
|
| @@ -47,7 +47,7 @@ public:
|
|
|
| private:
|
| #if ENABLE(ASSERT)
|
| - virtual bool isEndAndPairedWith(const DisplayItem& other) const override final { return other.type() == BeginFixedPosition; }
|
| + virtual bool isEndAndPairedWith(DisplayItem::Type otherType) const override final { return otherType == BeginFixedPosition; }
|
| #endif
|
| };
|
|
|
|
|