Index: Source/core/svg/SVGFontFaceNameElement.h |
diff --git a/Source/core/svg/SVGFontFaceNameElement.h b/Source/core/svg/SVGFontFaceNameElement.h |
index e7c8b04f2b7a4715a61a2e9a9f3d8a1db44577cf..92cadec05066b74d1b50b66f9eb4b885d843e324 100644 |
--- a/Source/core/svg/SVGFontFaceNameElement.h |
+++ b/Source/core/svg/SVGFontFaceNameElement.h |
@@ -36,7 +36,7 @@ public: |
private: |
SVGFontFaceNameElement(const QualifiedName&, Document&); |
- virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE { return false; } |
+ virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; } |
}; |
} // namespace WebCore |