| Index: Source/core/html/HTMLObjectElement.h
|
| diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h
|
| index 038a494ea2cabaf206d241fbb09b72d6d3eb7c67..6a917ad2768b4284135b218477381d7654ebfe8d 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;
|
|
|