Index: Source/core/svg/SVGGlyphRefElement.h |
diff --git a/Source/core/svg/SVGGlyphRefElement.h b/Source/core/svg/SVGGlyphRefElement.h |
index 16b823fab577038669d2057bd1b800ee0dc1fa74..62e1cfe8b7b255f277402e0a0816be830c439ac7 100644 |
--- a/Source/core/svg/SVGGlyphRefElement.h |
+++ b/Source/core/svg/SVGGlyphRefElement.h |
@@ -52,7 +52,7 @@ private: |
template<typename CharType> |
void parseAttributeInternal(const QualifiedName&, const AtomicString&); |
- virtual bool rendererIsNeeded(const NodeRenderingContext&) { return false; } |
+ virtual bool rendererIsNeeded(const RenderStyle&) { return false; } |
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGGlyphRefElement) |
DECLARE_ANIMATED_STRING(Href, href) |