| Index: Source/core/rendering/RenderTable.h
|
| diff --git a/Source/core/rendering/RenderTable.h b/Source/core/rendering/RenderTable.h
|
| index 4c656cc6e943f97776164a27592536b91ba2f67e..e4e487d286d65ff5941c216f4e675e49dbfc0439 100644
|
| --- a/Source/core/rendering/RenderTable.h
|
| +++ b/Source/core/rendering/RenderTable.h
|
| @@ -277,8 +277,6 @@ private:
|
|
|
| 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;
|
|
|