Index: Source/core/rendering/RenderBox.h |
diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h |
index 5017c74eaadfd73589bae1b9c61342f582af34bd..8b71c34babc91c3c4c874003120ef307cb0d678d 100644 |
--- a/Source/core/rendering/RenderBox.h |
+++ b/Source/core/rendering/RenderBox.h |
@@ -452,7 +452,7 @@ public: |
virtual int verticalScrollbarWidth() const; |
int horizontalScrollbarHeight() const; |
- int instrinsicScrollbarLogicalWidth() const; |
+ int intrinsicScrollbarLogicalWidth() const; |
int scrollbarLogicalHeight() const { return style()->isHorizontalWritingMode() ? horizontalScrollbarHeight() : verticalScrollbarWidth(); } |
virtual bool scroll(ScrollDirection, ScrollGranularity, float delta = 1); |
bool canBeScrolledAndHasScrollableArea() const; |