Index: Source/core/html/HTMLFrameElementBase.h |
diff --git a/Source/core/html/HTMLFrameElementBase.h b/Source/core/html/HTMLFrameElementBase.h |
index 82c501362baa4697a01ebdf9a64c9c42fb903451..215630bc0cc647d2265ed85612312765429aedd8 100644 |
--- a/Source/core/html/HTMLFrameElementBase.h |
+++ b/Source/core/html/HTMLFrameElementBase.h |
@@ -59,6 +59,7 @@ private: |
virtual void setFocus(bool) OVERRIDE FINAL; |
virtual bool isURLAttribute(const Attribute&) const OVERRIDE FINAL; |
+ virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE FINAL; |
virtual bool isHTMLContentAttribute(const Attribute&) const OVERRIDE FINAL; |
virtual bool isFrameElementBase() const OVERRIDE FINAL { return true; } |