Index: third_party/WebKit/Source/core/loader/EmptyClients.cpp |
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
index ef1ba15948adb1223d62a8ce89ac6f27cb65b2c9..c65042cc31440d71a52b6485c6909b4ce435a811 100644 |
--- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
@@ -51,9 +51,6 @@ void fillWithEmptyClients(Page::PageClients& pageClients) |
DEFINE_STATIC_LOCAL(EmptyContextMenuClient, dummyContextMenuClient, ()); |
pageClients.contextMenuClient = &dummyContextMenuClient; |
- DEFINE_STATIC_LOCAL(EmptyDragClient, dummyDragClient, ()); |
- pageClients.dragClient = &dummyDragClient; |
- |
DEFINE_STATIC_LOCAL(EmptyEditorClient, dummyEditorClient, ()); |
pageClients.editorClient = &dummyEditorClient; |