| Index: third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| index eec08fcfb0491c89c735a0a8128defdeeca1da22..77d5e80e012724afdff5cb06164ef02c6af15b67 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h
|
| @@ -53,8 +53,8 @@ public:
|
| SpellCheckerClient& spellCheckerClient() const;
|
| TextCheckerClient& textChecker() const;
|
|
|
| - bool isContinuousSpellCheckingEnabled() const;
|
| - void toggleContinuousSpellChecking();
|
| + bool isSpellCheckingEnabled() const;
|
| + void toggleSpellCheckingEnabled();
|
| void ignoreSpelling();
|
| bool isSpellCheckingEnabledInFocusedNode() const;
|
| bool isSpellCheckingEnabledFor(Node*) const;
|
|
|