| 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 94e8e6cdfc1e13a8e00503fa1ef65a8e5ffbb01e..cb0f8b2eb9159f0aa7e7fcd75b2d8358aee98a9f 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
|
| @@ -162,7 +162,7 @@ PassOwnPtr<WebMediaSession> EmptyFrameLoaderClient::createWebMediaSession()
|
| return nullptr;
|
| }
|
|
|
| -void EmptyTextCheckerClient::requestCheckingOfString(RawPtr<TextCheckingRequest>)
|
| +void EmptyTextCheckerClient::requestCheckingOfString(TextCheckingRequest*)
|
| {
|
| }
|
|
|
|
|