Index: Source/core/html/HTMLTableElement.cpp |
diff --git a/Source/core/html/HTMLTableElement.cpp b/Source/core/html/HTMLTableElement.cpp |
index c766d867d045fe2abda8a2f5455fc80bc87d6076..70503c29cc9709a7fa31feaec040e991f103fc12 100644 |
--- a/Source/core/html/HTMLTableElement.cpp |
+++ b/Source/core/html/HTMLTableElement.cpp |
@@ -541,6 +541,11 @@ bool HTMLTableElement::hasLegalLinkAttribute(const QualifiedName& name) const |
return name == backgroundAttr || HTMLElement::hasLegalLinkAttribute(name); |
} |
+const QualifiedName& HTMLTableElement::subResourceAttributeName() const |
+{ |
+ return backgroundAttr; |
+} |
+ |
PassRefPtr<HTMLCollection> HTMLTableElement::rows() |
{ |
return ensureCachedHTMLCollection(TableRows); |