Index: third_party/WebKit/Source/core/page/DragController.cpp |
diff --git a/third_party/WebKit/Source/core/page/DragController.cpp b/third_party/WebKit/Source/core/page/DragController.cpp |
index e5f62676721a5757ca0c913e840bafb44b8d936d..756212816c5b57f89b06d0f720193857c271ec90 100644 |
--- a/third_party/WebKit/Source/core/page/DragController.cpp |
+++ b/third_party/WebKit/Source/core/page/DragController.cpp |
@@ -141,10 +141,6 @@ DragController::DragController(Page* page) |
{ |
} |
-DragController::~DragController() |
-{ |
-} |
- |
DragController* DragController::create(Page* page) |
{ |
return new DragController(page); |