| Index: Source/web/SpellCheckerClientImpl.h
|
| diff --git a/Source/web/SpellCheckerClientImpl.h b/Source/web/SpellCheckerClientImpl.h
|
| index 2fcd624bcbe047c092868aa85b947b519cf0fe80..23851c48634061cb3a35cae219396be7ab565ac6 100644
|
| --- a/Source/web/SpellCheckerClientImpl.h
|
| +++ b/Source/web/SpellCheckerClientImpl.h
|
| @@ -34,12 +34,14 @@
|
| #include "core/page/SpellCheckerClient.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/text/TextCheckerClient.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| class WebViewImpl;
|
|
|
| class SpellCheckerClientImpl final : public SpellCheckerClient, public TextCheckerClient {
|
| + DISALLOW_ALLOCATION();
|
| public:
|
| explicit SpellCheckerClientImpl(WebViewImpl*);
|
|
|
|
|