| Index: third_party/WebKit/Source/core/html/ImageDocument.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/ImageDocument.cpp b/third_party/WebKit/Source/core/html/ImageDocument.cpp
|
| index 06ee1efe7b7fac4073ffbda6ec98e93140755ff8..0ffbc631df622070cba0dba770bc7a9458be7a2d 100644
|
| --- a/third_party/WebKit/Source/core/html/ImageDocument.cpp
|
| +++ b/third_party/WebKit/Source/core/html/ImageDocument.cpp
|
| @@ -168,7 +168,7 @@ void ImageDocumentParser::finish() {
|
| // TODO(hiroshige): Use ImageResourceContent instead of ImageResource.
|
| ImageResource* cachedImage = document()->cachedImageResourceDeprecated();
|
| DocumentLoader* loader = document()->loader();
|
| - cachedImage->setResponse(loader->response());
|
| + cachedImage->responseReceived(loader->response(), nullptr);
|
| cachedImage->finish(loader->timing().responseEnd());
|
|
|
| // Report the natural image size in the page title, regardless of zoom
|
|
|