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