Index: Source/core/svg/SVGElement.cpp |
diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp |
index d1d7c3779b0f6766b371faba89064733dba6f97e..9ee22a99ad5ae648fb79d668c543cdea26dd2cad 100644 |
--- a/Source/core/svg/SVGElement.cpp |
+++ b/Source/core/svg/SVGElement.cpp |
@@ -154,7 +154,7 @@ void SVGElement::buildPendingResourcesIfNeeded() |
} |
} |
-bool SVGElement::rendererIsNeededInternal(const NodeRenderingContext& context) |
+bool SVGElement::rendererIsNeeded(const NodeRenderingContext& context) |
{ |
// http://www.w3.org/TR/SVG/extend.html#PrivateData |
// Prevent anything other than SVG renderers from appearing in our render tree |