Index: Source/core/rendering/RenderBox.cpp |
diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp |
index 9456b277295c5c193dd3949d2adcffc42c048ca4..ca52bd1d97bfdd894646490a9a60f61301738fe9 100644 |
--- a/Source/core/rendering/RenderBox.cpp |
+++ b/Source/core/rendering/RenderBox.cpp |
@@ -642,7 +642,7 @@ int RenderBox::horizontalScrollbarHeight() const |
return layer()->scrollableArea()->horizontalScrollbarHeight(); |
} |
-int RenderBox::instrinsicScrollbarLogicalWidth() const |
+int RenderBox::intrinsicScrollbarLogicalWidth() const |
{ |
if (!hasOverflowClip()) |
return 0; |