| Index: third_party/WebKit/Source/core/html/HTMLTextFormControlElementTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTextFormControlElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLTextFormControlElementTest.cpp
|
| index ebeb699f85b17feaf7815545e76414b2068777c0..2ec394fd99798ba5c061762516569f651c4ba49d 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTextFormControlElementTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTextFormControlElementTest.cpp
|
| @@ -51,7 +51,7 @@ class DummySpellCheckerClient : public EmptySpellCheckerClient {
|
| public:
|
| virtual ~DummySpellCheckerClient() { }
|
|
|
| - bool isContinuousSpellCheckingEnabled() override { return true; }
|
| + bool isSpellCheckingEnabled() override { return true; }
|
|
|
| TextCheckerClient& textChecker() override { return m_emptyTextCheckerClient; }
|
|
|
|
|