Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 0bad5b6b6aa5d12339f4ebc568ae13b27817c46a..8468895200ff6f89299f5365b395986392953004 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; |
+ 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 |