| Index: Source/core/rendering/RenderTableCell.h
|
| diff --git a/Source/core/rendering/RenderTableCell.h b/Source/core/rendering/RenderTableCell.h
|
| index a8c6397a360d80bf1f5cec9303b3c1e666e9fe58..212cc05de6841dc317bcdb0dd571c4b46b730827 100644
|
| --- a/Source/core/rendering/RenderTableCell.h
|
| +++ b/Source/core/rendering/RenderTableCell.h
|
| @@ -156,7 +156,7 @@ public:
|
|
|
| void setOverrideLogicalContentHeightFromRowHeight(LayoutUnit);
|
|
|
| - virtual void scrollbarsChanged(bool horizontalScrollbarChanged, bool verticalScrollbarChanged);
|
| + virtual void scrollbarsChanged(bool horizontalScrollbarChanged, bool verticalScrollbarChanged) OVERRIDE;
|
|
|
| bool cellWidthChanged() const { return m_cellWidthChanged; }
|
| void setCellWidthChanged(bool b = true) { m_cellWidthChanged = b; }
|
|
|