| Index: Source/core/html/HTMLPlugInElement.cpp
|
| diff --git a/Source/core/html/HTMLPlugInElement.cpp b/Source/core/html/HTMLPlugInElement.cpp
|
| index cde74055127060bfdae14c9d5a8a6a459bdfa1dc..3a79f935f7d5b70703c519ec62717188fd0062ed 100644
|
| --- a/Source/core/html/HTMLPlugInElement.cpp
|
| +++ b/Source/core/html/HTMLPlugInElement.cpp
|
| @@ -174,7 +174,7 @@ void HTMLPlugInElement::attach(const AttachContext& context)
|
| if (isImageType()) {
|
| if (!m_imageLoader)
|
| m_imageLoader = HTMLImageLoader::create(this);
|
| - m_imageLoader->updateFromElement();
|
| + m_imageLoader->updateFromElement(0);
|
| } else if (needsWidgetUpdate()
|
| && layoutEmbeddedObject()
|
| && !layoutEmbeddedObject()->showsUnavailablePluginIndicator()
|
|
|