Index: third_party/WebKit/Source/core/layout/LayoutScrollbarPart.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.cpp b/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.cpp |
index 87294efd1a6af8d8c583f3bf12bb108dd8822061..f500d3dd842cec7e8d5ee2f144adf9a4d654a07c 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.cpp |
@@ -120,7 +120,7 @@ static int calcScrollbarThicknessUsing(SizeType sizeType, const Length& length, |
{ |
if (!length.isIntrinsicOrAuto() || (sizeType == MinSize && length.isAuto())) |
return minimumValueForLength(length, containingLength); |
- return ScrollbarTheme::theme()->scrollbarThickness(); |
+ return ScrollbarTheme::theme().scrollbarThickness(); |
} |
void LayoutScrollbarPart::computeScrollbarWidth() |