summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/WebCore/html/ImageDocument.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/ImageDocument.cpp b/Source/WebCore/html/ImageDocument.cpp
index 444bdb76a..7d9bcc589 100644
--- a/Source/WebCore/html/ImageDocument.cpp
+++ b/Source/WebCore/html/ImageDocument.cpp
@@ -152,8 +152,8 @@ void ImageDocumentParser::finish()
if (document()->frame()->loader()->documentLoader()->isLoadingMultipartContent())
data = data->copy();
- cachedImage->finishLoading(data.get());
cachedImage->finish();
+ cachedImage->finishLoading(data.get());
cachedImage->setResponse(document()->frame()->loader()->documentLoader()->response());