Index: Source/core/rendering/HitTestResult.h |
diff --git a/Source/core/rendering/HitTestResult.h b/Source/core/rendering/HitTestResult.h |
index c2d680959e35f028e807b84d0e57aee659212f6d..ae33ad0491716e9fb40c4f4d6dd2f93bfdcdbc21 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 RenderPart for example). |
bool m_isFirstLetter; |