Index: Source/core/rendering/RenderDeprecatedFlexibleBox.cpp |
diff --git a/Source/core/rendering/RenderDeprecatedFlexibleBox.cpp b/Source/core/rendering/RenderDeprecatedFlexibleBox.cpp |
index 5eff6e98aac0c2d32a53f3b10dace74aca96cc02..b83428d38d8b5965ad030e6da385a1dbf4c53965 100644 |
--- a/Source/core/rendering/RenderDeprecatedFlexibleBox.cpp |
+++ b/Source/core/rendering/RenderDeprecatedFlexibleBox.cpp |
@@ -210,7 +210,7 @@ void RenderDeprecatedFlexibleBox::computeIntrinsicLogicalWidths(LayoutUnit& minL |
maxLogicalWidth = std::max(minLogicalWidth, maxLogicalWidth); |
- LayoutUnit scrollbarWidth = instrinsicScrollbarLogicalWidth(); |
+ LayoutUnit scrollbarWidth = intrinsicScrollbarLogicalWidth(); |
maxLogicalWidth += scrollbarWidth; |
minLogicalWidth += scrollbarWidth; |
} |