Index: Source/core/html/HTMLEmbedElement.h |
diff --git a/Source/core/html/HTMLEmbedElement.h b/Source/core/html/HTMLEmbedElement.h |
index 0c63b62f8eb5310a427db0f56ca7a0ec5e48720c..1041bb51d2d7712bea1798a0935d4abfbd5cf2a2 100644 |
--- a/Source/core/html/HTMLEmbedElement.h |
+++ b/Source/core/html/HTMLEmbedElement.h |
@@ -39,7 +39,7 @@ private: |
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |
- virtual bool rendererIsNeeded(const NodeRenderingContext&); |
+ virtual bool rendererIsNeeded(const RenderStyle&); |
virtual bool isURLAttribute(const Attribute&) const OVERRIDE; |
virtual const AtomicString imageSourceURL() const OVERRIDE; |