| Index: third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| index 12999262f5f3f27f88f92dba44fa1ff44a213e04..0569c231c01b0327411ca790757ea1cb04514a7f 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| @@ -678,7 +678,7 @@ TEST_F(FrameFetchContextMockedFrameLoaderClientTest,
|
| response.setURL(url);
|
| response.setHasMajorCertificateErrors(true);
|
| Resource* resource = MockResource::create(resourceRequest);
|
| - resource->setResponse(response);
|
| + resource->responseReceived(response, nullptr);
|
| EXPECT_CALL(*client, didDisplayContentWithCertificateErrors(url));
|
| fetchContext->dispatchDidLoadResourceFromMemoryCache(
|
| createUniqueIdentifier(), resource, WebURLRequest::FrameTypeNone,
|
|
|