Index: Source/core/rendering/RenderFieldset.h |
diff --git a/Source/core/rendering/RenderFieldset.h b/Source/core/rendering/RenderFieldset.h |
index ce8a3569e4fc805f5765091cdafed72844902711..0ebc486eca201ef21d198c3d5140978c91458080 100644 |
--- a/Source/core/rendering/RenderFieldset.h |
+++ b/Source/core/rendering/RenderFieldset.h |
@@ -42,6 +42,7 @@ |
virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERRIDE; |
virtual void computePreferredLogicalWidths() OVERRIDE; |
+ virtual bool avoidsFloats() const OVERRIDE { return true; } |
virtual void paintBoxDecorations(PaintInfo&, const LayoutPoint&) OVERRIDE; |
virtual void paintMask(PaintInfo&, const LayoutPoint&) OVERRIDE; |