Index: Source/web/WebViewImpl.cpp |
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
index 5312dcdbdfd33254c2ee3bda5d186fc542e7e017..49833001434ac274cdb3eecaf1ad3db615954fb5 100644 |
--- a/Source/web/WebViewImpl.cpp |
+++ b/Source/web/WebViewImpl.cpp |
@@ -3648,7 +3648,7 @@ WebDragOperation WebViewImpl::dragTargetDragEnter( |
{ |
ASSERT(!m_currentDragData); |
- m_currentDragData = webDragData.getValue(); |
+ m_currentDragData = DataObject::create(webDragData); |
m_operationsAllowed = operationsAllowed; |
return dragTargetDragEnterOrOver(clientPoint, screenPoint, DragEnter, keyModifiers); |