Index: Source/core/html/HTMLFrameElement.cpp |
diff --git a/Source/core/html/HTMLFrameElement.cpp b/Source/core/html/HTMLFrameElement.cpp |
index c879077e3d9bb729aef7f6bd052647baf1ec5f64..38e82ca8dfdaea5e4ac9ad37968ac98aad25d27b 100644 |
--- a/Source/core/html/HTMLFrameElement.cpp |
+++ b/Source/core/html/HTMLFrameElement.cpp |
@@ -46,7 +46,7 @@ PassRefPtr<HTMLFrameElement> HTMLFrameElement::create(const QualifiedName& tagNa |
return adoptRef(new HTMLFrameElement(tagName, document)); |
} |
-bool HTMLFrameElement::rendererIsNeeded(const NodeRenderingContext&) |
+bool HTMLFrameElement::rendererIsNeeded(const RenderStyle&) |
{ |
// For compatibility, frames render even when display: none is set. |
return isURLAllowed(); |