| Index: Source/core/html/HTMLEmbedElement.cpp
|
| diff --git a/Source/core/html/HTMLEmbedElement.cpp b/Source/core/html/HTMLEmbedElement.cpp
|
| index c6bde0181e17c5ebb285c5eee9ed107ae703c0e3..902a541732af0abcf622baf6e352c456185bd485 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) {
|
|
|