Index: Source/WebCore/html/HTMLPlugInImageElement.cpp |
=================================================================== |
--- Source/WebCore/html/HTMLPlugInImageElement.cpp (revision 112906) |
+++ Source/WebCore/html/HTMLPlugInImageElement.cpp (working copy) |
@@ -153,6 +153,8 @@ |
void HTMLPlugInImageElement::attach() |
{ |
+ suspendPostAttachCallbacks(); |
+ |
bool isImage = isImageType(); |
if (!isImage) |
@@ -165,6 +167,8 @@ |
m_imageLoader = adoptPtr(new HTMLImageLoader(this)); |
m_imageLoader->updateFromElement(); |
} |
+ |
+ resumePostAttachCallbacks(); |
} |
void HTMLPlugInImageElement::detach() |