| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index 35c0b5434757fee874d9c856fae8d337750814da..189683e40cf62e25b61825f67a8bc01d72d3cb96 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -404,7 +404,7 @@ public:
|
| LayoutUnit perpendicularContainingBlockLogicalHeight() const;
|
|
|
| virtual void updateLogicalWidth();
|
| - virtual void updateLogicalHeight();
|
| + void updateLogicalHeight();
|
| virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const;
|
|
|
| void computeLogicalWidth(LogicalExtentComputedValues&) const;
|
|
|