Index: third_party/WebKit/Source/core/layout/LayoutBlock.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp |
index d7347a067b9b0baaa4909b5e922f6ec1d9e51cb3..498dfe642bbf9624503d2e6d2780bf9c6b08902f 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp |
@@ -1298,7 +1298,7 @@ void LayoutBlock::computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, Lay |
maxLogicalWidth = std::max(minLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(LayoutUnit(tableCellWidth.value()))); |
} |
- int scrollbarWidth = intrinsicScrollbarLogicalWidth(); |
+ int scrollbarWidth = scrollbarLogicalWidth(); |
maxLogicalWidth += scrollbarWidth; |
minLogicalWidth += scrollbarWidth; |
} |