| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index 6ca6916873886d3d01ca940c95063c108a3a5d6b..ff48cf41cd65ff58579aa01e1a09e8c3da4b4011 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;
|
|
|