| Index: Source/core/html/HTMLEmbedElement.h
|
| diff --git a/Source/core/html/HTMLEmbedElement.h b/Source/core/html/HTMLEmbedElement.h
|
| index 9e3c0afeb66b29f3f11c8d29e06d861732860c2e..81ea310cca6fc0e90d3357886c93a6e6e7e5c000 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;
|
|
|