| Index: Source/core/rendering/RenderFieldset.h
|
| diff --git a/Source/core/rendering/RenderFieldset.h b/Source/core/rendering/RenderFieldset.h
|
| index 0ebc486eca201ef21d198c3d5140978c91458080..ce8a3569e4fc805f5765091cdafed72844902711 100644
|
| --- a/Source/core/rendering/RenderFieldset.h
|
| +++ b/Source/core/rendering/RenderFieldset.h
|
| @@ -42,7 +42,6 @@ private:
|
| 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;
|
|
|