| Index: Source/core/html/HTMLEmbedElement.cpp
|
| diff --git a/Source/core/html/HTMLEmbedElement.cpp b/Source/core/html/HTMLEmbedElement.cpp
|
| index fd2a83365c76c4bb72aa288175f98de700abbfc3..1769896355507cc6e66a337e8dbe6e5879e2dddc 100644
|
| --- a/Source/core/html/HTMLEmbedElement.cpp
|
| +++ b/Source/core/html/HTMLEmbedElement.cpp
|
| @@ -96,6 +96,7 @@ void HTMLEmbedElement::parseAttribute(const QualifiedName& name, const AtomicStr
|
| size_t pos = m_serviceType.find(";");
|
| if (pos != kNotFound)
|
| m_serviceType = m_serviceType.left(pos);
|
| + requestPluginCreationWithoutRendererIfPossible();
|
| } else if (name == codeAttr) {
|
| m_url = stripLeadingAndTrailingHTMLSpaces(value);
|
| } else if (name == srcAttr) {
|
|
|