Index: Source/core/html/HTMLTableRowElement.h |
diff --git a/Source/core/html/HTMLTableRowElement.h b/Source/core/html/HTMLTableRowElement.h |
index 3c03919a40176f85f8d78c8b048267131e233aa8..80adcd7b07932f6532b4682bc250c9c917aa5896 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 |