| Index: Source/core/html/HTMLEmbedElement.cpp
|
| diff --git a/Source/core/html/HTMLEmbedElement.cpp b/Source/core/html/HTMLEmbedElement.cpp
|
| index 3d366eefbb05bc2a8a4d529984fdd9af777ec0ef..5c654679df4a98658d6b5f473d6b20ab32b4b484 100644
|
| --- a/Source/core/html/HTMLEmbedElement.cpp
|
| +++ b/Source/core/html/HTMLEmbedElement.cpp
|
| @@ -190,6 +190,11 @@ bool HTMLEmbedElement::isURLAttribute(const Attribute& attribute) const
|
| return attribute.name() == srcAttr || HTMLPlugInElement::isURLAttribute(attribute);
|
| }
|
|
|
| +const QualifiedName& HTMLEmbedElement::subResourceAttributeName() const
|
| +{
|
| + return srcAttr;
|
| +}
|
| +
|
| const AtomicString HTMLEmbedElement::imageSourceURL() const
|
| {
|
| return getAttribute(srcAttr);
|
|
|