| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 4c31bf68e131b1003583ae2a9ddb22360a6d3954..e67f9f57c941ce2172df6dfc0d174e86635422a7 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -649,7 +649,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
|
|
|