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