| 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 628607c873fc5bf564e8560811c1fe0bf64d735f..ee1eeb0ff72ef41c5cce1b2b7ffc2390c8120e3d 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp
|
| @@ -387,7 +387,7 @@ void HTMLObjectElement::renderFallbackContent() {
|
| // Before we give up and use fallback content, check to see if this is a MIME
|
| // type issue.
|
| if (m_imageLoader && m_imageLoader->image() &&
|
| - m_imageLoader->image()->getStatus() != Resource::LoadError) {
|
| + m_imageLoader->image()->getStatus() != ResourceStatus::LoadError) {
|
| m_serviceType = m_imageLoader->image()->response().mimeType();
|
| if (!isImageType()) {
|
| // If we don't think we have an image type anymore, then clear the image
|
|
|