| Index: third_party/WebKit/Source/core/frame/SubresourceIntegrityTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/SubresourceIntegrityTest.cpp b/third_party/WebKit/Source/core/frame/SubresourceIntegrityTest.cpp
|
| index c9f3e39f7daf4c0cb383847de134c0f6ae61a9d8..d4e14786d19c78fb0e325a92adaffd792ee89912 100644
|
| --- a/third_party/WebKit/Source/core/frame/SubresourceIntegrityTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/SubresourceIntegrityTest.cpp
|
| @@ -207,7 +207,7 @@ class SubresourceIntegrityTest : public ::testing::Test {
|
| }
|
| Resource* resource =
|
| RawResource::create(ResourceRequest(response.url()), Resource::Raw);
|
| - resource->setResponse(response);
|
| + resource->responseReceived(response, nullptr);
|
| return resource;
|
| }
|
|
|
|
|