Index: third_party/WebKit/Source/core/loader/EmptyClients.cpp |
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
index 038fd032d089e9bfb16641c528c7e56634fdf9e3..eaf59a445e0814421e23aea5b23411f72d4fd53a 100644 |
--- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp |
@@ -197,6 +197,10 @@ TextCheckerClient& EmptyLocalFrameClient::GetTextCheckerClient() const { |
return client; |
} |
+Frame* EmptyLocalFrameClient::FindFrame(const AtomicString& name) const { |
+ return nullptr; |
+} |
+ |
void EmptyTextCheckerClient::RequestCheckingOfString(TextCheckingRequest*) {} |
void EmptyTextCheckerClient::CancelAllPendingRequests() {} |