summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGGElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGGElement.h')
-rw-r--r--WebCore/svg/SVGGElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGGElement.h b/WebCore/svg/SVGGElement.h
index a149351..b47eaba 100644
--- a/WebCore/svg/SVGGElement.h
+++ b/WebCore/svg/SVGGElement.h
@@ -50,7 +50,7 @@ namespace WebCore {
virtual void svgAttributeChanged(const QualifiedName&);
virtual void synchronizeProperty(const QualifiedName&);
- virtual bool rendererIsNeeded(RenderStyle*) { return true; }
+ virtual bool rendererIsNeeded(RenderStyle*);
// SVGExternalResourcesRequired
DECLARE_ANIMATED_PROPERTY(SVGGElement, SVGNames::externalResourcesRequiredAttr, bool, ExternalResourcesRequired, externalResourcesRequired)