| Index: third_party/WebKit/Source/web/SpellCheckerClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/SpellCheckerClientImpl.h b/third_party/WebKit/Source/web/SpellCheckerClientImpl.h
|
| index 307635eb11fca3c57d26536241417d14981af94a..c14c3a4ba8b587a24bf6516fdf53e1e7c61a3914 100644
|
| --- a/third_party/WebKit/Source/web/SpellCheckerClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/SpellCheckerClientImpl.h
|
| @@ -54,6 +54,7 @@ public:
|
| void showSpellingUI(bool show) override;
|
| bool spellingUIIsShowing() override;
|
| void requestCheckingOfString(TextCheckingRequest*) override;
|
| + void prepareForLeakDetection() override;
|
|
|
| TextCheckerClient& textChecker() override { return *this; }
|
|
|
|
|