Index: Source/core/rendering/RenderBox.cpp |
diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp |
index b54b54ae5b8de8dda343842dc836c103b22ec1b4..f1955097670e17621294e72b7b0e01622c89412a 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; |