| Index: third_party/WebKit/Source/core/layout/HitTestResult.h
|
| diff --git a/third_party/WebKit/Source/core/layout/HitTestResult.h b/third_party/WebKit/Source/core/layout/HitTestResult.h
|
| index 869bc25960a4a587ebc636f26dfe3e11bab135f2..d37407bdf129f4bafc4da6633232e1098eed2351 100644
|
| --- a/third_party/WebKit/Source/core/layout/HitTestResult.h
|
| +++ b/third_party/WebKit/Source/core/layout/HitTestResult.h
|
| @@ -98,7 +98,7 @@ class CORE_EXPORT HitTestResult {
|
| Node* innerNodeOrImageMapImage() const;
|
|
|
| Element* URLElement() const { return m_innerURLElement.get(); }
|
| - Scrollbar* scrollbar() const { return m_scrollbar.get(); }
|
| + Scrollbar* scrollbar() const;
|
| bool isOverWidget() const { return m_isOverWidget; }
|
|
|
| // Forwarded from HitTestLocation
|
|
|