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