| Index: third_party/WebKit/Source/core/loader/EmptyClients.h
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| index 2ac5d1fd28df44cfe2b24c8df9251aa74382777b..8cb3a8c7f33faa19a214cf191828cf83d33b589b 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -282,7 +282,7 @@ public:
|
|
|
| void checkSpellingOfString(const String&, int*, int*) override {}
|
| void checkGrammarOfString(const String&, Vector<GrammarDetail>&, int*, int*) override {}
|
| - void requestCheckingOfString(RawPtr<TextCheckingRequest>) override;
|
| + void requestCheckingOfString(TextCheckingRequest*) override;
|
| };
|
|
|
| class EmptySpellCheckerClient : public SpellCheckerClient {
|
|
|