Index: Source/core/rendering/HitTestResult.h |
diff --git a/Source/core/rendering/HitTestResult.h b/Source/core/rendering/HitTestResult.h |
index fd06b9432bdd229b322de7e17883b46d0906c8c7..a14d0b753b85789caddf4ee5bdb9ecd26663c2e3 100644 |
--- a/Source/core/rendering/HitTestResult.h |
+++ b/Source/core/rendering/HitTestResult.h |
@@ -146,7 +146,7 @@ private: |
LayoutPoint m_localPoint; // A point in the local coordinate space of m_innerNonSharedNode's renderer. Allows us to efficiently |
// determine where inside the renderer we hit on subsequent operations. |
RefPtrWillBeMember<Element> m_innerURLElement; |
- RefPtr<Scrollbar> m_scrollbar; |
+ RefPtrWillBeMember<Scrollbar> m_scrollbar; |
bool m_isOverWidget; // Returns true if we are over a widget (and not in the border/padding area of a RenderWidget for example). |
bool m_isFirstLetter; |