| Index: third_party/WebKit/Source/core/loader/DocumentThreadableLoaderClient.h
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentThreadableLoaderClient.h b/third_party/WebKit/Source/core/loader/DocumentThreadableLoaderClient.h
|
| index 054dc368fd925693e546cb7a93fe49149ba4cea2..322c7266ec1c95be863852b264ad32a014ac5222 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentThreadableLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentThreadableLoaderClient.h
|
| @@ -45,9 +45,11 @@ class DocumentThreadableLoaderClient : public ThreadableLoaderClient {
|
| public:
|
| bool isDocumentThreadableLoaderClient() final { return true; }
|
|
|
| - virtual void willFollowRedirect(
|
| - ResourceRequest& /*newRequest*/,
|
| - const ResourceResponse& /*redirectResponse*/) {}
|
| + virtual bool willFollowRedirect(
|
| + const ResourceRequest& /*newRequest*/,
|
| + const ResourceResponse& /*redirectResponse*/) {
|
| + return true;
|
| + }
|
|
|
| protected:
|
| DocumentThreadableLoaderClient() {}
|
|
|