| Index: Source/core/rendering/RenderBlock.cpp
|
| diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp
|
| index 483fdc304792509f4820621663cd9988b7d0e06e..388b83a670e0fe316b9e2337f7bbc50495b45559 100644
|
| --- a/Source/core/rendering/RenderBlock.cpp
|
| +++ b/Source/core/rendering/RenderBlock.cpp
|
| @@ -1129,9 +1129,6 @@ void RenderBlock::collapseAnonymousBlockChild(RenderBlock* parent, RenderBlock*
|
| parent->setChildrenInline(child->childrenInline());
|
| RenderObject* nextSibling = child->nextSibling();
|
|
|
| - RenderFlowThread* childFlowThread = child->flowThreadContainingBlock();
|
| - CurrentRenderFlowThreadMaintainer flowThreadMaintainer(childFlowThread);
|
| -
|
| parent->children()->removeChildNode(parent, child, child->hasLayer());
|
| // FIXME: Get rid of the temporary disabling of continuations. This is needed by the old
|
| // multicol implementation, because of buggy block continuation handling (which is hard and
|
|
|