| 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 28762b99babf2e44413efca92ac165a796464d97..24abd0e78fd619445a6f73ad25f7437e2ab562ee 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -293,8 +293,8 @@ public:
|
| EmptySpellCheckerClient() {}
|
| ~EmptySpellCheckerClient() override {}
|
|
|
| - bool isContinuousSpellCheckingEnabled() override { return false; }
|
| - void toggleContinuousSpellChecking() override {}
|
| + bool isSpellCheckingEnabled() override { return false; }
|
| + void toggleSpellCheckingEnabled() override {}
|
|
|
| TextCheckerClient& textChecker() override { return m_textCheckerClient; }
|
|
|
|
|