Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 285d8244b2908ce41028d3542caacf9291508049..da29c8003cc1352a24254d982936fd0fa854c080 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. |
- RefPtrWillBePersistent<DataObject> m_currentDragData; |
+ Persistent<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 |