Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 0bad5b6b6aa5d12339f4ebc568ae13b27817c46a..f43d937f347a7c4fd311478bf8f8c960d06624c1 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -647,7 +647,7 @@ private: |
OwnPtr<WebSettingsImpl> m_webSettings; |
// A copy of the web drop data object we received from the browser. |
- RefPtr<WebCore::DataObject> m_currentDragData; |
+ WebCore::RefPtrWillBePersistent<WebCore::DataObject> m_currentDragData; |
// The point relative to the client area where the mouse was last pressed |
// down. This is used by the drag client to determine what was under the |