| 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 0d312fce026acad9721e83db6b9086adecc1cc84..d245ffb5f63c41a5cd6f1f18fa579c8e12c61f3d 100644
|
| --- a/third_party/WebKit/Source/core/html/ImageDocument.cpp
|
| +++ b/third_party/WebKit/Source/core/html/ImageDocument.cpp
|
| @@ -157,8 +157,7 @@ void ImageDocumentParser::finish()
|
| ImageResource* cachedImage = document()->cachedImage();
|
| DocumentLoader* loader = document()->loader();
|
| cachedImage->setResponse(loader->response());
|
| - cachedImage->setLoadFinishTime(loader->timing().responseEnd());
|
| - cachedImage->finish();
|
| + cachedImage->finish(loader->timing().responseEnd());
|
|
|
| // Report the natural image size in the page title, regardless of zoom level.
|
| // At a zoom level of 1 the image is guaranteed to have an integer size.
|
|
|