| Index: third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| index 6e4f0ff1765697959e45ef638f4e8ca350d08f0e..77f861d4c419764c7adf414c6193792d8a1f1d53 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -155,7 +155,7 @@ class CORE_EXPORT LayoutBlock : public LayoutBox {
|
|
|
| void insertPositionedObject(LayoutBox*);
|
| static void removePositionedObject(LayoutBox*);
|
| - void removePositionedObjects(LayoutBlock*,
|
| + void removePositionedObjects(LayoutObject*,
|
| ContainingBlockState = SameContainingBlock);
|
|
|
| TrackedLayoutBoxListHashSet* positionedObjects() const {
|
|
|