Index: Source/core/html/HTMLBodyElement.h |
diff --git a/Source/core/html/HTMLBodyElement.h b/Source/core/html/HTMLBodyElement.h |
index b80c40f3c1e58f335cf34443c4b0210de6884df2..e41ed9b0ba4e9ba0679cc5478ab13f7908c18606 100644 |
--- a/Source/core/html/HTMLBodyElement.h |
+++ b/Source/core/html/HTMLBodyElement.h |
@@ -53,6 +53,7 @@ private: |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
virtual bool isURLAttribute(const Attribute&) const OVERRIDE; |
+ virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; |
virtual bool supportsFocus() const OVERRIDE; |