Index: Source/core/html/HTMLTableRowElement.h |
diff --git a/Source/core/html/HTMLTableRowElement.h b/Source/core/html/HTMLTableRowElement.h |
index 3c03919a40176f85f8d78c8b048267131e233aa8..a5a7e148d2f6264bd40a4b0a30d3da0ecf69cc1e 100644 |
--- a/Source/core/html/HTMLTableRowElement.h |
+++ b/Source/core/html/HTMLTableRowElement.h |
@@ -49,6 +49,7 @@ private: |
explicit HTMLTableRowElement(Document&); |
virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; |
+ virtual const QualifiedName& subResourceAttributeName() const OVERRIDE; |
}; |
} // namespace |