| Index: third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp b/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| index f17c71f3c349016e4716279a41b7e859ca0ea3ea..4cdbe2a0efdacdb77ba2958d1569a722864f4812 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| @@ -399,7 +399,7 @@ void HTMLObjectElement::RenderFallbackContent() {
|
| if (!IsImageType()) {
|
| // If we don't think we have an image type anymore, then clear the image
|
| // from the loader.
|
| - image_loader_->SetImage(0);
|
| + image_loader_->ClearImage();
|
| ReattachFallbackContent();
|
| return;
|
| }
|
|
|