Index: Source/core/svg/SVGAElement.h |
diff --git a/Source/core/svg/SVGAElement.h b/Source/core/svg/SVGAElement.h |
index 0ed00ca44386971138df2890651afadeb2bdcc1e..b3d0743aeeeeb6eeea104ae9364b50daa0e60f0f 100644 |
--- a/Source/core/svg/SVGAElement.h |
+++ b/Source/core/svg/SVGAElement.h |
@@ -57,7 +57,7 @@ private: |
virtual bool rendererIsFocusable() const OVERRIDE; |
virtual bool isURLAttribute(const Attribute&) const; |
- virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const; |
+ virtual bool childShouldCreateRenderer(const Node& child) const; |
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGAElement) |
// This declaration used to define a non-virtual "String& target() const" method, that clashes with "virtual String Element::target() const". |