Index: third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp b/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp |
index 449cc7e0adbf477fadb9000158d2e47cc44e5698..66d47ffbab1c5b1b78da7cadd74c1d1f32cb2d3a 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp |
@@ -390,7 +390,7 @@ void LayoutThemeDefault::setDefaultFontSize(int fontSize) |
int LayoutThemeDefault::menuListArrowPadding() const |
{ |
- return ScrollbarTheme::theme()->scrollbarThickness(); |
+ return ScrollbarTheme::theme().scrollbarThickness(); |
} |
int LayoutThemeDefault::menuListInternalPadding(const ComputedStyle& style, int paddingType) const |