summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/DragImage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/DragImage.cpp')
-rw-r--r--WebCore/platform/DragImage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/DragImage.cpp b/WebCore/platform/DragImage.cpp
index aff4aba..5fcafc1 100644
--- a/WebCore/platform/DragImage.cpp
+++ b/WebCore/platform/DragImage.cpp
@@ -69,7 +69,7 @@ DragImageRef createDragImageForSelection(Frame* frame)
{
DragImageRef image = frame->dragImageForSelection();
if (image)
- dissolveDragImageToFraction(image, DragController::DragImageAlpha);
+ image = dissolveDragImageToFraction(image, DragController::DragImageAlpha);
return image;
}