Index: Source/core/html/HTMLEmbedElement.cpp |
diff --git a/Source/core/html/HTMLEmbedElement.cpp b/Source/core/html/HTMLEmbedElement.cpp |
index cedf9892c27ef9764ef9acfae8ddeb286d0db5f3..6d60fcc3f9056f601ecccd5ebe65c3af570b83f0 100644 |
--- a/Source/core/html/HTMLEmbedElement.cpp |
+++ b/Source/core/html/HTMLEmbedElement.cpp |
@@ -186,11 +186,6 @@ const QualifiedName& HTMLEmbedElement::subResourceAttributeName() const |
return srcAttr; |
} |
-const AtomicString HTMLEmbedElement::imageSourceURL() const |
-{ |
- return getAttribute(srcAttr); |
adamk
2014/07/08 22:11:18
It looks like this is OK since Element::imageSourc
|
-} |
- |
bool HTMLEmbedElement::isInteractiveContent() const |
{ |
return true; |