| Index: Source/web/EditorClientImpl.h
|
| diff --git a/Source/web/EditorClientImpl.h b/Source/web/EditorClientImpl.h
|
| index 88e1dd3d15149524a1a17500b0a2a51fb379866d..120c44e230c07f027e54626f8956235c30239de8 100644
|
| --- a/Source/web/EditorClientImpl.h
|
| +++ b/Source/web/EditorClientImpl.h
|
| @@ -32,7 +32,6 @@
|
| #define EditorClientImpl_h
|
|
|
| #include "core/page/EditorClient.h"
|
| -#include "wtf/Allocator.h"
|
| #include "wtf/Forward.h"
|
|
|
| namespace blink {
|
| @@ -41,7 +40,6 @@
|
| class WebViewImpl;
|
|
|
| class EditorClientImpl final : public EditorClient {
|
| - DISALLOW_ALLOCATION();
|
| public:
|
| explicit EditorClientImpl(WebViewImpl*);
|
| ~EditorClientImpl() override;
|
|
|