Index: Source/core/svg/SVGAltGlyphDefElement.h |
diff --git a/Source/core/svg/SVGAltGlyphDefElement.h b/Source/core/svg/SVGAltGlyphDefElement.h |
index 3b741dc5b08d5a29d0fa846dfa52d6ec9a3f9565..f3b1fd809b1c48323e9542d7907650795ea7142c 100644 |
--- a/Source/core/svg/SVGAltGlyphDefElement.h |
+++ b/Source/core/svg/SVGAltGlyphDefElement.h |
@@ -35,7 +35,7 @@ public: |
private: |
SVGAltGlyphDefElement(const QualifiedName&, Document&); |
- virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE { return false; } |
+ virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; } |
}; |
} |