| Index: third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp b/third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp
|
| index 4462fdde27572968cdaf2e3c2081d4ea0db43c9b..06e4ac4e4cd9979f74120ef6c69b6bddd083b8ca 100644
|
| --- a/third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp
|
| @@ -72,7 +72,6 @@ void registerMockedErrorURLLoad(const WebURL& fullURL)
|
| timing.initialize();
|
|
|
| WebURLResponse response;
|
| - response.initialize();
|
| response.setMIMEType("image/png");
|
| response.setHTTPStatusCode(404);
|
| response.setLoadTiming(timing);
|
|
|