| 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 3d6961a6fe3cf37486c7367c30eefe729745b0a9..13f214058934a4b0f3c786b6ed4953928605e541 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| @@ -166,6 +166,10 @@ void EmptyTextCheckerClient::requestCheckingOfString(TextCheckingRequest*)
|
| {
|
| }
|
|
|
| +void EmptyTextCheckerClient::prepareForLeakDetection()
|
| +{
|
| +}
|
| +
|
| std::unique_ptr<WebServiceWorkerProvider> EmptyFrameLoaderClient::createServiceWorkerProvider()
|
| {
|
| return nullptr;
|
|
|