| Index: third_party/WebKit/Source/core/html/HTMLImageLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageLoader.cpp b/third_party/WebKit/Source/core/html/HTMLImageLoader.cpp
|
| index 48aa8328d212f03833ad1b68bc9bbb1db4b6b6c0..d0d05b7b4bce7698a8d293c34b28a925fc15709a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageLoader.cpp
|
| @@ -73,11 +73,9 @@ void HTMLImageLoader::noImageResourceToLoad()
|
| loadFallbackContentForElement(element());
|
| }
|
|
|
| -void HTMLImageLoader::notifyFinished(Resource*)
|
| +void HTMLImageLoader::finishInternal(ImageResource* cachedImage)
|
| {
|
| - ImageResource* cachedImage = image();
|
| RefPtrWillBeRawPtr<Element> element = this->element();
|
| - ImageLoader::notifyFinished(cachedImage);
|
|
|
| bool loadError = cachedImage->errorOccurred();
|
| if (isHTMLImageElement(*element)) {
|
|
|