summaryrefslogtreecommitdiff
path: root/Source/WebCore/page/DragController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/page/DragController.cpp')
-rw-r--r--Source/WebCore/page/DragController.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/page/DragController.cpp b/Source/WebCore/page/DragController.cpp
index dbfb3d783..1ac1ed338 100644
--- a/Source/WebCore/page/DragController.cpp
+++ b/Source/WebCore/page/DragController.cpp
@@ -101,6 +101,7 @@ DragController::DragController(Page* page, DragClient* client)
, m_isHandlingDrag(false)
, m_sourceDragOperation(DragOperationNone)
{
+ ASSERT(m_client);
}
DragController::~DragController()