Index: Source/core/rendering/RenderDeprecatedFlexibleBox.cpp |
diff --git a/Source/core/rendering/RenderDeprecatedFlexibleBox.cpp b/Source/core/rendering/RenderDeprecatedFlexibleBox.cpp |
index 3e9a7b93c072de8ec839631cf1d483f9a093e5c7..c14d9f56b12e4738fcba817bdff5d5065476fa0d 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; |
} |