Index: Source/core/rendering/RenderFlexibleBox.cpp |
diff --git a/Source/core/rendering/RenderFlexibleBox.cpp b/Source/core/rendering/RenderFlexibleBox.cpp |
index c2188734c6f3b301b4743f913e7e8c88ff70ef93..d1431482eb08934cab4bf6c9e3091a467544fb18 100644 |
--- a/Source/core/rendering/RenderFlexibleBox.cpp |
+++ b/Source/core/rendering/RenderFlexibleBox.cpp |
@@ -124,7 +124,7 @@ void RenderFlexibleBox::computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidt |
maxLogicalWidth = std::max(minLogicalWidth, maxLogicalWidth); |
- LayoutUnit scrollbarWidth = instrinsicScrollbarLogicalWidth(); |
+ LayoutUnit scrollbarWidth = intrinsicScrollbarLogicalWidth(); |
maxLogicalWidth += scrollbarWidth; |
minLogicalWidth += scrollbarWidth; |
} |