| Index: Source/web/ContextMenuClientImpl.h
|
| diff --git a/Source/web/ContextMenuClientImpl.h b/Source/web/ContextMenuClientImpl.h
|
| index 9574cb220eccf5f6b6f2c9bfd3a5d35b320270bb..f9b2f5b6c989b5df986b16cbf7c7e752885405d9 100644
|
| --- a/Source/web/ContextMenuClientImpl.h
|
| +++ b/Source/web/ContextMenuClientImpl.h
|
| @@ -32,7 +32,6 @@
|
| #define ContextMenuClientImpl_h
|
|
|
| #include "core/page/ContextMenuClient.h"
|
| -#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| @@ -40,7 +39,6 @@
|
| struct WebContextMenuData;
|
|
|
| class ContextMenuClientImpl final : public ContextMenuClient {
|
| - DISALLOW_ALLOCATION();
|
| public:
|
| explicit ContextMenuClientImpl(WebViewImpl* webView) : m_webView(webView) { }
|
| ~ContextMenuClientImpl() override {}
|
|
|