| Index: Source/core/html/HTMLEmbedElement.cpp
|
| diff --git a/Source/core/html/HTMLEmbedElement.cpp b/Source/core/html/HTMLEmbedElement.cpp
|
| index cf88b0ccf0bdfd9f1aa4ed67a38ab6d3f7b0158a..f4a9cc6ddcce41a0428e1ee25ef827443ace33fc 100644
|
| --- a/Source/core/html/HTMLEmbedElement.cpp
|
| +++ b/Source/core/html/HTMLEmbedElement.cpp
|
| @@ -107,7 +107,7 @@ void HTMLEmbedElement::parseAttribute(const QualifiedName& name, const AtomicStr
|
| if (layoutObject() && isImageType()) {
|
| if (!m_imageLoader)
|
| m_imageLoader = HTMLImageLoader::create(this);
|
| - m_imageLoader->updateFromElement(ImageLoader::UpdateIgnorePreviousError);
|
| + m_imageLoader->updateFromElement(0, ImageLoader::UpdateIgnorePreviousError);
|
| }
|
| } else {
|
| HTMLPlugInElement::parseAttribute(name, value);
|
|
|