| Index: Source/core/html/HTMLEmbedElement.cpp
|
| diff --git a/Source/core/html/HTMLEmbedElement.cpp b/Source/core/html/HTMLEmbedElement.cpp
|
| index bb55120fc640e9a7ba6207787d21a88fb013d82e..66735b5fe1fd97e502f593c9c417fefc729ad00c 100644
|
| --- a/Source/core/html/HTMLEmbedElement.cpp
|
| +++ b/Source/core/html/HTMLEmbedElement.cpp
|
| @@ -113,9 +113,6 @@ void HTMLEmbedElement::parseAttribute(const QualifiedName& name, const AtomicStr
|
|
|
| void HTMLEmbedElement::parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues)
|
| {
|
| - if (!hasAttributes())
|
| - return;
|
| -
|
| AttributeCollection attributes = this->attributes();
|
| AttributeCollection::const_iterator end = attributes.end();
|
| for (AttributeCollection::const_iterator it = attributes.begin(); it != end; ++it) {
|
|
|