Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index c9c8036584313dbffae0847b1bd8a9e19d1c8aad..e493ab2ce42e86aa3762b6552069de0f8d4aec99 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -145,8 +145,7 @@ protected: |
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |
- virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE { return false; } |
- bool rendererIsNeededInternal(const NodeRenderingContext&); |
+ virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE; |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
virtual void removedFrom(ContainerNode*) OVERRIDE; |