Index: Source/core/html/HTMLTableCellElement.h |
diff --git a/Source/core/html/HTMLTableCellElement.h b/Source/core/html/HTMLTableCellElement.h |
index 19ea01244adbff3d5781b4ca7cbde6ac3314bd2e..a3af2d38dd7766fcb693ad421925531e8254204a 100644 |
--- a/Source/core/html/HTMLTableCellElement.h |
+++ b/Source/core/html/HTMLTableCellElement.h |
@@ -59,6 +59,7 @@ private: |
virtual const StylePropertySet* additionalPresentationAttributeStyle() OVERRIDE; |
virtual bool isURLAttribute(const Attribute&) const OVERRIDE; |
+ virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; |
}; |
inline bool isHTMLTableCellElement(const Node& node) |