| 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 745036a4cf56f3586a19b52e29144c95dc97e656..587b47dfa71b4c33b31983d22f7e361b5a9b58c4 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| @@ -613,7 +613,7 @@ TEST_F(FrameFetchContextDisplayedCertificateErrorsTest,
|
| ResourceResponse response;
|
| response.setURL(url);
|
| response.setHasMajorCertificateErrors(true);
|
| - Resource* resource = Resource::create(resourceRequest, Resource::Image);
|
| + Resource* resource = ImageResource::create(resourceRequest);
|
| resource->setResponse(response);
|
| fetchContext->dispatchDidLoadResourceFromMemoryCache(
|
| createUniqueIdentifier(), resource, WebURLRequest::FrameTypeNone,
|
|
|