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