Index: Source/core/html/HTMLObjectElement.h |
diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h |
index 1ca9fd85774ebaeb8114eb16a953b7eed6f4fd53..038a494ea2cabaf206d241fbb09b72d6d3eb7c67 100644 |
--- a/Source/core/html/HTMLObjectElement.h |
+++ b/Source/core/html/HTMLObjectElement.h |
@@ -81,6 +81,7 @@ private: |
virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE; |
virtual bool isURLAttribute(const Attribute&) const OVERRIDE; |
+ virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; |
virtual const AtomicString imageSourceURL() const OVERRIDE; |
virtual RenderWidget* existingRenderWidget() const OVERRIDE; |