Index: Source/WebCore/html/HTMLEmbedElement.cpp |
=================================================================== |
--- Source/WebCore/html/HTMLEmbedElement.cpp (revision 128808) |
+++ Source/WebCore/html/HTMLEmbedElement.cpp (working copy) |
@@ -99,8 +99,6 @@ |
size_t pos = m_serviceType.find(";"); |
if (pos != notFound) |
m_serviceType = m_serviceType.left(pos); |
- if (!isImageType() && m_imageLoader) |
- m_imageLoader.clear(); |
} else if (attribute.name() == codeAttr) |
m_url = stripLeadingAndTrailingHTMLSpaces(attribute.value()); |
else if (attribute.name() == srcAttr) { |