Index: Source/core/svg/SVGAltGlyphElement.h |
diff --git a/Source/core/svg/SVGAltGlyphElement.h b/Source/core/svg/SVGAltGlyphElement.h |
index d99c92ba8d1c7d050b1424a6044448ed4133cd89..2ab0ee76cedac4c0671aff410249a0fa23310089 100644 |
--- a/Source/core/svg/SVGAltGlyphElement.h |
+++ b/Source/core/svg/SVGAltGlyphElement.h |
@@ -48,7 +48,7 @@ private: |
SVGAltGlyphElement(const QualifiedName&, Document&); |
virtual RenderObject* createRenderer(RenderStyle*); |
- virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const; |
+ virtual bool childShouldCreateRenderer(const Node& child) const; |
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGAltGlyphElement) |
DECLARE_ANIMATED_STRING(Href, href) |