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