summaryrefslogtreecommitdiffstats
path: root/WebCore/page/qt/DragControllerQt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/qt/DragControllerQt.cpp')
-rw-r--r--WebCore/page/qt/DragControllerQt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/page/qt/DragControllerQt.cpp b/WebCore/page/qt/DragControllerQt.cpp
index e6c7682..33815b5 100644
--- a/WebCore/page/qt/DragControllerQt.cpp
+++ b/WebCore/page/qt/DragControllerQt.cpp
@@ -66,6 +66,7 @@ const IntSize& DragController::maxDragImageSize()
void DragController::cleanupAfterSystemDrag()
{
+ dragEnded();
}
}