Index: Source/web/WebViewImpl.cpp |
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
index a0bd095a749a7bec78814557274cc5ca80085d98..4968e5f58c5663442ec8fb2882dedf4c8982299f 100644 |
--- a/Source/web/WebViewImpl.cpp |
+++ b/Source/web/WebViewImpl.cpp |
@@ -3612,7 +3612,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); |