| Index: Source/web/DragClientImpl.h
|
| diff --git a/Source/web/DragClientImpl.h b/Source/web/DragClientImpl.h
|
| index d3ce2aa19b5d78b67bc71d2c3ebecba1d148df61..4fa13e939dd3de168b941250cec36d59f0709e37 100644
|
| --- a/Source/web/DragClientImpl.h
|
| +++ b/Source/web/DragClientImpl.h
|
| @@ -33,14 +33,12 @@
|
|
|
| #include "core/page/DragActions.h"
|
| #include "core/page/DragClient.h"
|
| -#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| class WebViewImpl;
|
|
|
| class DragClientImpl final : public DragClient {
|
| - DISALLOW_ALLOCATION();
|
| public:
|
| explicit DragClientImpl(WebViewImpl* webView) : m_webView(webView) { }
|
|
|
|
|