| Index: sky/engine/core/rendering/RenderInline.cpp
|
| diff --git a/sky/engine/core/rendering/RenderInline.cpp b/sky/engine/core/rendering/RenderInline.cpp
|
| index 0da638a91d5786978ced07c28e6c5d43e5d980b0..20a9f3ae674d61ea97695510e9b0b34f932dfc69 100644
|
| --- a/sky/engine/core/rendering/RenderInline.cpp
|
| +++ b/sky/engine/core/rendering/RenderInline.cpp
|
| @@ -449,7 +449,7 @@ void RenderInline::splitFlow(RenderObject* beforeChild, RenderBlock* newBlockBox
|
| block->deleteLineBoxTree();
|
|
|
| bool madeNewBeforeBlock = false;
|
| - if (block->isAnonymousBlock() && (!block->parent() || !block->parent()->createsAnonymousWrapper())) {
|
| + if (block->isAnonymousBlock()) {
|
| // We can reuse this block and make it the preBlock of the next continuation.
|
| pre = block;
|
| pre->removePositionedObjects(0);
|
|
|