Index: Source/core/svg/SVGFontFaceElement.h |
diff --git a/Source/core/svg/SVGFontFaceElement.h b/Source/core/svg/SVGFontFaceElement.h |
index c7998c3ff40669e223a14e19f6729f98faceba95..5e77bd7a176c38ea9c141129de7100f478c6f191 100644 |
--- a/Source/core/svg/SVGFontFaceElement.h |
+++ b/Source/core/svg/SVGFontFaceElement.h |
@@ -61,7 +61,7 @@ private: |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
virtual void removedFrom(ContainerNode*) OVERRIDE; |
- virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE { return false; } |
+ virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; } |
RefPtr<StyleRuleFontFace> m_fontFaceRule; |
SVGFontElement* m_fontElement; |