| Index: Source/WebCore/rendering/RenderBlock.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderBlock.cpp (revision 126638)
|
| +++ Source/WebCore/rendering/RenderBlock.cpp (working copy)
|
| @@ -1169,8 +1169,8 @@
|
| // column span flag if it is set.
|
| ASSERT(!inlineChildrenBlock->continuation());
|
| RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(style(), BLOCK);
|
| + inlineChildrenBlock->setStyle(newStyle);
|
| children()->removeChildNode(this, inlineChildrenBlock, inlineChildrenBlock->hasLayer());
|
| - inlineChildrenBlock->setStyle(newStyle);
|
|
|
| // Now just put the inlineChildrenBlock inside the blockChildrenBlock.
|
| blockChildrenBlock->children()->insertChildNode(blockChildrenBlock, inlineChildrenBlock, prev == inlineChildrenBlock ? blockChildrenBlock->firstChild() : 0,
|
|
|