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