| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index efd913d532715d009d0a117e2a97d1cd1b03c356..1fb504ec727ecf7ac448eede5c83ea8c269acc41 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -3133,7 +3133,7 @@ WebDragOperation WebViewImpl::dragTargetDragEnter(
|
| {
|
| ASSERT(!m_currentDragData);
|
|
|
| - m_currentDragData = webDragData;
|
| + m_currentDragData = webDragData.getValue();
|
| m_operationsAllowed = operationsAllowed;
|
|
|
| return dragTargetDragEnterOrOver(clientPoint, screenPoint, DragEnter, keyModifiers);
|
|
|