| Index: Source/core/html/HTMLEmbedElement.h | 
| diff --git a/Source/core/html/HTMLEmbedElement.h b/Source/core/html/HTMLEmbedElement.h | 
| index 9e3c0afeb66b29f3f11c8d29e06d861732860c2e..42b21ef0c331b7d54897aa41e689c6144dcf541a 100644 | 
| --- a/Source/core/html/HTMLEmbedElement.h | 
| +++ b/Source/core/html/HTMLEmbedElement.h | 
| @@ -43,6 +43,7 @@ private: | 
| virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE; | 
|  | 
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE; | 
| +    virtual const QualifiedName& subResourceAttributeName() const OVERRIDE; | 
| virtual const AtomicString imageSourceURL() const OVERRIDE; | 
|  | 
| virtual RenderWidget* existingRenderWidget() const OVERRIDE; | 
|  |