| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index b6d5239d53be6fcb4f6cec0e796ec36fdbeea364..2bac4f0da9a045dfb6e8280f119bba0035643540 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -152,8 +152,6 @@ public:
|
|
|
| void addToPropertyMap(PassRefPtr<NewSVGAnimatedPropertyBase>);
|
|
|
| - virtual bool childShouldCreateRenderer(const Node& child) const { return true; }
|
| -
|
| SVGAnimatedString* className() { return m_className.get(); }
|
|
|
| protected:
|
|
|