| Index: Source/core/rendering/RenderBox.cpp
|
| diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp
|
| index 708db260e8451e157abbece1e26642a8abb3b0e3..c4e1eb3e853337015960aec04165fd02678cffd6 100644
|
| --- a/Source/core/rendering/RenderBox.cpp
|
| +++ b/Source/core/rendering/RenderBox.cpp
|
| @@ -3393,7 +3393,7 @@ void RenderBox::computePositionedLogicalWidthReplaced(LogicalExtentComputedValue
|
| * 1. The used value of 'width' is determined as for inline replaced
|
| * elements.
|
| \*-----------------------------------------------------------------------*/
|
| - // NOTE: This value of width is FINAL in that the min/max width calculations
|
| + // NOTE: This value of width is final in that the min/max width calculations
|
| // are dealt with in computeReplacedWidth(). This means that the steps to produce
|
| // correct max/min in the non-replaced version, are not necessary.
|
| computedValues.m_extent = computeReplacedLogicalWidth() + borderAndPaddingLogicalWidth();
|
| @@ -3557,7 +3557,7 @@ void RenderBox::computePositionedLogicalHeightReplaced(LogicalExtentComputedValu
|
| * 1. The used value of 'height' is determined as for inline replaced
|
| * elements.
|
| \*-----------------------------------------------------------------------*/
|
| - // NOTE: This value of height is FINAL in that the min/max height calculations
|
| + // NOTE: This value of height is final in that the min/max height calculations
|
| // are dealt with in computeReplacedHeight(). This means that the steps to produce
|
| // correct max/min in the non-replaced version, are not necessary.
|
| computedValues.m_extent = computeReplacedLogicalHeight() + borderAndPaddingLogicalHeight();
|
|
|