| Index: third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| index e26740a836c32da813eb5152f1c4237bccd5ca4b..77d1482cc9863b4242f9c35327b1486174ecfcbf 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| @@ -109,7 +109,7 @@ SpellCheckerClient& SpellChecker::spellCheckerClient() const {
|
| }
|
|
|
| TextCheckerClient& SpellChecker::textChecker() const {
|
| - return spellCheckerClient().textChecker();
|
| + return frame().client()->textCheckerClient();
|
| }
|
|
|
| SpellChecker::SpellChecker(LocalFrame& frame)
|
|
|