| Index: Source/core/html/HTMLQuoteElement.cpp
|
| diff --git a/Source/core/html/HTMLQuoteElement.cpp b/Source/core/html/HTMLQuoteElement.cpp
|
| index c8b556e219336bcfef38df377314cc700d91a397..fc97138eae9e4758449ec660340962d38f20eac6 100644
|
| --- a/Source/core/html/HTMLQuoteElement.cpp
|
| +++ b/Source/core/html/HTMLQuoteElement.cpp
|
| @@ -53,4 +53,9 @@ bool HTMLQuoteElement::hasLegalLinkAttribute(const QualifiedName& name) const
|
| return name == citeAttr || HTMLElement::hasLegalLinkAttribute(name);
|
| }
|
|
|
| +const QualifiedName* HTMLQuoteElement::subResourceAttributeName() const
|
| +{
|
| + return &citeAttr;
|
| +}
|
| +
|
| }
|
|
|