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 f7f77643884e4b780b375c28ff0c21c8c5d95973..0e617c44fe144f6f66c54a37b157d73d0af2fa18 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp |
@@ -2527,4 +2527,9 @@ TextCheckerClient& WebLocalFrameImpl::textCheckerClient() const { |
return *m_textCheckerClient; |
} |
+void WebLocalFrameImpl::setTextCheckClient( |
+ WebTextCheckClient* textCheckClient) { |
+ m_textCheckClient = textCheckClient; |
+} |
+ |
} // namespace blink |