| Index: Source/web/WebTextCheckingCompletionImpl.h
|
| diff --git a/Source/web/WebTextCheckingCompletionImpl.h b/Source/web/WebTextCheckingCompletionImpl.h
|
| index cc9ec375ac4d9190130d5f65837a64c8a3d93766..7856cd2d9a10f4c7cc24470da92bcb4a58e3b165 100644
|
| --- a/Source/web/WebTextCheckingCompletionImpl.h
|
| +++ b/Source/web/WebTextCheckingCompletionImpl.h
|
| @@ -39,7 +39,6 @@
|
| namespace blink {
|
|
|
| class WebTextCheckingCompletionImpl final : public WebTextCheckingCompletion {
|
| - WTF_MAKE_FAST_ALLOCATED(WebTextCheckingCompletionImpl);
|
| public:
|
| explicit WebTextCheckingCompletionImpl(PassRefPtrWillBeRawPtr<TextCheckingRequest> request)
|
| : m_request(request)
|
|
|