Index: Source/core/rendering/RenderScrollbar.h |
diff --git a/Source/core/rendering/RenderScrollbar.h b/Source/core/rendering/RenderScrollbar.h |
index c4b81fc14721b259a555fd17ad7fbedfe00bf689..7d29c3972246561293fb95a4549396567ff025c5 100644 |
--- a/Source/core/rendering/RenderScrollbar.h |
+++ b/Source/core/rendering/RenderScrollbar.h |
@@ -81,7 +81,7 @@ private: |
// so we keep a reference to the Node which caused this custom scrollbar creation. |
// This will not create a reference cycle as the Widget tree is owned by our containing |
// FrameView which this Node pointer can in no way keep alive. See webkit bug 80610. |
- RefPtr<Node> m_owner; |
+ RefPtrWillBePersistent<Node> m_owner; |
LocalFrame* m_owningFrame; |
HashMap<unsigned, RenderScrollbarPart*> m_parts; |