| Index: third_party/WebKit/Source/core/page/DragController.h
|
| diff --git a/third_party/WebKit/Source/core/page/DragController.h b/third_party/WebKit/Source/core/page/DragController.h
|
| index 7e7bd42fd1517e6522951b8d8e24a1d03e32ea8c..76b7ce1941c46892e69a9353d0f8bcb092f92bf7 100644
|
| --- a/third_party/WebKit/Source/core/page/DragController.h
|
| +++ b/third_party/WebKit/Source/core/page/DragController.h
|
| @@ -49,11 +49,9 @@ class Node;
|
| class Page;
|
| class PlatformMouseEvent;
|
|
|
| -class CORE_EXPORT DragController final : public GarbageCollectedFinalized<DragController> {
|
| +class CORE_EXPORT DragController final : public GarbageCollected<DragController> {
|
| WTF_MAKE_NONCOPYABLE(DragController);
|
| public:
|
| - ~DragController();
|
| -
|
| static DragController* create(Page*);
|
|
|
| DragSession dragEntered(DragData*);
|
|
|