Index: Source/core/html/HTMLIFrameElement.h |
diff --git a/Source/core/html/HTMLIFrameElement.h b/Source/core/html/HTMLIFrameElement.h |
index 00e19d3c9427873118a9940f606eda2af98810c3..d7e9879f50651c8d5129b74130ebaf7e7519819f 100644 |
--- a/Source/core/html/HTMLIFrameElement.h |
+++ b/Source/core/html/HTMLIFrameElement.h |
@@ -44,7 +44,7 @@ private: |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
virtual void removedFrom(ContainerNode*) OVERRIDE; |
- virtual bool rendererIsNeeded(const NodeRenderingContext&); |
+ virtual bool rendererIsNeeded(const RenderStyle&); |
virtual RenderObject* createRenderer(RenderStyle*); |
virtual void didRecalcStyle(StyleRecalcChange) OVERRIDE; |