Index: Source/web/DragClientImpl.cpp |
diff --git a/Source/web/DragClientImpl.cpp b/Source/web/DragClientImpl.cpp |
index a0b096b5d4722561bb9ede82c6fd0ec06d2c44db..e2ccbfdc7f01c1dd55ecddced7a8f294f9625638 100644 |
--- a/Source/web/DragClientImpl.cpp |
+++ b/Source/web/DragClientImpl.cpp |
@@ -69,7 +69,7 @@ void DragClientImpl::startDrag(DragImage* dragImage, |
// Add a ref to the frame just in case a load occurs mid-drag. |
RefPtr<Frame> frameProtector = frame; |
- WebDragData dragData = clipboard->dataObject(); |
+ WebDragData dragData(clipboard->dataObject()); |
WebDragOperationsMask dragOperationMask = static_cast<WebDragOperationsMask>(clipboard->sourceOperation()); |
WebImage image; |
IntSize offsetSize(eventPos - dragImageOrigin); |