| Index: Source/core/rendering/RenderFlexibleBox.cpp
|
| diff --git a/Source/core/rendering/RenderFlexibleBox.cpp b/Source/core/rendering/RenderFlexibleBox.cpp
|
| index 7e1d2a6cc2fcaf6f1172e188d7e789b95e94431d..ef2d54cb9e187af27c1daa14b67c280983a25bc8 100644
|
| --- a/Source/core/rendering/RenderFlexibleBox.cpp
|
| +++ b/Source/core/rendering/RenderFlexibleBox.cpp
|
| @@ -124,7 +124,7 @@ void RenderFlexibleBox::computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidt
|
|
|
| maxLogicalWidth = std::max(minLogicalWidth, maxLogicalWidth);
|
|
|
| - LayoutUnit scrollbarWidth = instrinsicScrollbarLogicalWidth();
|
| + LayoutUnit scrollbarWidth = intrinsicScrollbarLogicalWidth();
|
| maxLogicalWidth += scrollbarWidth;
|
| minLogicalWidth += scrollbarWidth;
|
| }
|
|
|