| Index: third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| index f5838541bdade15205276545de48c39a58010b78..9bfd905154757811cdc6ad0321577388f786bc3f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| @@ -983,7 +983,7 @@ PaintInvalidationReason LayoutBlock::invalidatePaintIfNeeded(
|
| }
|
|
|
| void LayoutBlock::removePositionedObjects(
|
| - LayoutBlock* o,
|
| + LayoutObject* o,
|
| ContainingBlockState containingBlockState) {
|
| TrackedLayoutBoxListHashSet* positionedDescendants = positionedObjects();
|
| if (!positionedDescendants)
|
|
|