Index: Source/core/html/HTMLObjectElement.h |
diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h |
index 038a494ea2cabaf206d241fbb09b72d6d3eb7c67..708ae454e1595d1adfaf8ef275438c55d6d2931f 100644 |
--- a/Source/core/html/HTMLObjectElement.h |
+++ b/Source/core/html/HTMLObjectElement.h |
@@ -82,6 +82,7 @@ private: |
virtual bool isURLAttribute(const Attribute&) const OVERRIDE; |
virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE; |
+ virtual const QualifiedName* subResourceAttributeName() const OVERRIDE; |
virtual const AtomicString imageSourceURL() const OVERRIDE; |
virtual RenderWidget* existingRenderWidget() const OVERRIDE; |