Index: Source/core/rendering/RenderTable.h |
diff --git a/Source/core/rendering/RenderTable.h b/Source/core/rendering/RenderTable.h |
index 1315dba692652e143dfd2af653d28270476cc7b0..536c00f92e26fd15fe2d62832e90e79594bfd576 100644 |
--- a/Source/core/rendering/RenderTable.h |
+++ b/Source/core/rendering/RenderTable.h |
@@ -277,6 +277,8 @@ |
virtual bool isTable() const OVERRIDE { return true; } |
+ virtual bool avoidsFloats() const OVERRIDE { return true; } |
+ |
virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE; |
virtual void paintObject(PaintInfo&, const LayoutPoint&) OVERRIDE; |
virtual void paintBoxDecorations(PaintInfo&, const LayoutPoint&) OVERRIDE; |