| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index be51197a9ec88cca5d9b49d329e08a5dffb1fa1e..b04cd1c097701ec218b35073b1dbb74a91785b8f 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -2526,4 +2526,9 @@ TextCheckerClient& WebLocalFrameImpl::textCheckerClient() const {
|
| return *m_textCheckerClient;
|
| }
|
|
|
| +void WebLocalFrameImpl::setTextCheckClient(
|
| + WebTextCheckClient* textCheckClient) {
|
| + m_textCheckClient = textCheckClient;
|
| +}
|
| +
|
| } // namespace blink
|
|
|