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