| Index: Source/core/html/HTMLImageElement.cpp
|
| diff --git a/Source/core/html/HTMLImageElement.cpp b/Source/core/html/HTMLImageElement.cpp
|
| index ed21fcdbfc344cb680ea0e2261e749d2d080506b..8509958facaf7f71c8eab3b5561685563a1024ef 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);
|
|
|