| Index: Source/WebCore/rendering/RenderBlock.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderBlock.cpp (revision 139397)
|
| +++ Source/WebCore/rendering/RenderBlock.cpp (working copy)
|
| @@ -774,10 +774,6 @@
|
|
|
| void RenderBlock::addChildIgnoringAnonymousColumnBlocks(RenderObject* newChild, RenderObject* beforeChild)
|
| {
|
| - // Make sure we don't append things after :after-generated content if we have it.
|
| - if (!beforeChild)
|
| - beforeChild = afterPseudoElementRenderer();
|
| -
|
| if (beforeChild && beforeChild->parent() != this) {
|
| RenderObject* beforeChildContainer = beforeChild->parent();
|
| while (beforeChildContainer->parent() != this)
|
|
|