| Index: Source/WebCore/rendering/RenderBlock.cpp
 | 
| ===================================================================
 | 
| --- Source/WebCore/rendering/RenderBlock.cpp	(revision 105806)
 | 
| +++ Source/WebCore/rendering/RenderBlock.cpp	(working copy)
 | 
| @@ -1497,7 +1497,7 @@
 | 
|  bool RenderBlock::expandsToEncloseOverhangingFloats() const
 | 
|  {
 | 
|      return isInlineBlockOrInlineTable() || isFloatingOrPositioned() || hasOverflowClip() || (parent() && parent()->isDeprecatedFlexibleBox())
 | 
| -           || hasColumns() || isTableCell() || isTableCaption() || isFieldset() || isWritingModeRoot() || isRoot();
 | 
| +           || hasColumns() || isTableCell() || isFieldset() || isWritingModeRoot() || isRoot();
 | 
|  }
 | 
|  
 | 
|  void RenderBlock::adjustPositionedBlock(RenderBox* child, const MarginInfo& marginInfo)
 | 
| 
 |