| Index: Source/core/rendering/RenderBlock.cpp
|
| diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp
|
| index 9f334f7f1077731ee6b9719244af0e8c047f9d8b..2b1f5b4654f115a45fac44eb778a327185c66418 100644
|
| --- a/Source/core/rendering/RenderBlock.cpp
|
| +++ b/Source/core/rendering/RenderBlock.cpp
|
| @@ -2966,7 +2966,7 @@ void RenderBlock::computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, Lay
|
| maxLogicalWidth = std::max(minLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(tableCellWidth.value()));
|
| }
|
|
|
| - int scrollbarWidth = instrinsicScrollbarLogicalWidth();
|
| + int scrollbarWidth = intrinsicScrollbarLogicalWidth();
|
| maxLogicalWidth += scrollbarWidth;
|
| minLogicalWidth += scrollbarWidth;
|
| }
|
|
|