Index: Source/core/html/HTMLQuoteElement.cpp |
diff --git a/Source/core/html/HTMLQuoteElement.cpp b/Source/core/html/HTMLQuoteElement.cpp |
index c8b556e219336bcfef38df377314cc700d91a397..f6909919dfcaee540f2fe5655908769c369bf76e 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; |
+} |
+ |
} |