| Index: third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc
|
| diff --git a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc
|
| index 3984742a34071f3d6e85c662f917f4a8efaf560a..45affb8b901a922c9d4d875f6c4c3836077eaed2 100644
|
| --- a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc
|
| +++ b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc
|
| @@ -67,7 +67,6 @@ WebURLRequest WebURLLoaderMock::ServeRedirect(
|
| ParsedURLString, redirectResponse.httpHeaderField("Location"));
|
|
|
| WebURLRequest newRequest;
|
| - newRequest.initialize();
|
| newRequest.setURL(redirectURL);
|
| newRequest.setFirstPartyForCookies(redirectURL);
|
| newRequest.setDownloadToFile(request.downloadToFile());
|
|
|