| Index: Source/core/page/DragController.cpp
|
| diff --git a/Source/core/page/DragController.cpp b/Source/core/page/DragController.cpp
|
| index a79913595da3063909c1265775fc5a8d3240a977..bd4d77496e513d84889a98d9a2e1036913672304 100644
|
| --- a/Source/core/page/DragController.cpp
|
| +++ b/Source/core/page/DragController.cpp
|
| @@ -108,9 +108,6 @@ static PlatformMouseEvent createMouseEvent(DragData* dragData)
|
| DragController::DragController(Page* page, DragClient* client)
|
| : m_page(page)
|
| , m_client(client)
|
| - , m_documentUnderMouse(0)
|
| - , m_dragInitiator(0)
|
| - , m_fileInputElementUnderMouse(0)
|
| , m_documentIsHandlingDrag(false)
|
| , m_dragDestinationAction(DragDestinationActionNone)
|
| , m_dragSourceAction(DragSourceActionNone)
|
|
|