Index: third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
index 0098a74c7df56d21f8ae5625965f14619200b80b..fdf2a5f3954cccb483ffc869aae63d3228746da9 100644 |
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
@@ -1036,4 +1036,8 @@ void LocalFrameClientImpl::abortClientNavigation() { |
m_webFrame->client()->abortClientNavigation(); |
} |
+TextCheckerClient& LocalFrameClientImpl::textCheckerClient() const { |
+ return m_webFrame->textCheckerClient(); |
+} |
+ |
} // namespace blink |