Index: Source/core/html/HTMLImageElement.cpp |
diff --git a/Source/core/html/HTMLImageElement.cpp b/Source/core/html/HTMLImageElement.cpp |
index ed21fcdbfc344cb680ea0e2261e749d2d080506b..1eed31a0176f1eae10e06d9f337bc9de0b8803ed 100644 |
--- a/Source/core/html/HTMLImageElement.cpp |
+++ b/Source/core/html/HTMLImageElement.cpp |
@@ -327,6 +327,11 @@ bool HTMLImageElement::hasLegalLinkAttribute(const QualifiedName& name) const |
return name == srcAttr || HTMLElement::hasLegalLinkAttribute(name); |
} |
+const QualifiedName* HTMLImageElement::subResourceAttributeName() const |
+{ |
+ return &srcAttr; |
+} |
+ |
const AtomicString& HTMLImageElement::alt() const |
{ |
return fastGetAttribute(altAttr); |