Index: Source/core/html/HTMLFrameSetElement.h |
diff --git a/Source/core/html/HTMLFrameSetElement.h b/Source/core/html/HTMLFrameSetElement.h |
index 606d4b0eaa2abea097682b3c63ba73edddd88765..9c3b4f78e8069f75b3896a2635aab437c4b41af4 100644 |
--- a/Source/core/html/HTMLFrameSetElement.h |
+++ b/Source/core/html/HTMLFrameSetElement.h |
@@ -74,7 +74,7 @@ private: |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |
virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; |
- virtual bool rendererIsNeeded(const NodeRenderingContext&); |
+ virtual bool rendererIsNeeded(const RenderStyle&); |
virtual RenderObject* createRenderer(RenderStyle*); |
virtual void defaultEventHandler(Event*); |