Index: trunk/Source/core/rendering/RenderInline.cpp |
=================================================================== |
--- trunk/Source/core/rendering/RenderInline.cpp (revision 157406) |
+++ trunk/Source/core/rendering/RenderInline.cpp (working copy) |
@@ -302,7 +302,7 @@ |
if (!beforeChild && isAfterContent(lastChild())) |
beforeChild = lastChild(); |
- if (!newChild->isInline() && !newChild->isTablePart() && !newChild->isFloatingOrOutOfFlowPositioned()) { |
+ if (!newChild->isInline() && !newChild->isFloatingOrOutOfFlowPositioned()) { |
// We are placing a block inside an inline. We have to perform a split of this |
// inline into continuations. This involves creating an anonymous block box to hold |
// |newChild|. We then make that block box a continuation of this inline. We take all of |