| 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 756212816c5b57f89b06d0f720193857c271ec90..e5f62676721a5757ca0c913e840bafb44b8d936d 100644
|
| --- a/third_party/WebKit/Source/core/page/DragController.cpp
|
| +++ b/third_party/WebKit/Source/core/page/DragController.cpp
|
| @@ -141,6 +141,10 @@
|
| {
|
| }
|
|
|
| +DragController::~DragController()
|
| +{
|
| +}
|
| +
|
| DragController* DragController::create(Page* page)
|
| {
|
| return new DragController(page);
|
|
|