| Index: Source/core/rendering/AutoTableLayout.h
|
| diff --git a/Source/core/rendering/AutoTableLayout.h b/Source/core/rendering/AutoTableLayout.h
|
| index dfdd985d8420b1d4163791b199d887da28a84053..9336d0f15a51f1b6e9eb75796ffbab5a8b1f4b80 100644
|
| --- a/Source/core/rendering/AutoTableLayout.h
|
| +++ b/Source/core/rendering/AutoTableLayout.h
|
| @@ -34,7 +34,7 @@ class RenderTableCell;
|
| class AutoTableLayout FINAL : public TableLayout {
|
| public:
|
| AutoTableLayout(RenderTable*);
|
| - ~AutoTableLayout();
|
| + virtual ~AutoTableLayout();
|
|
|
| virtual void computeIntrinsicLogicalWidths(LayoutUnit& minWidth, LayoutUnit& maxWidth) OVERRIDE;
|
| virtual void applyPreferredLogicalWidthQuirks(LayoutUnit& minWidth, LayoutUnit& maxWidth) const OVERRIDE;
|
|
|