diff options
Diffstat (limited to 'Source/WebCore/svg/SVGStyledElement.cpp')
-rw-r--r-- | Source/WebCore/svg/SVGStyledElement.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/WebCore/svg/SVGStyledElement.cpp b/Source/WebCore/svg/SVGStyledElement.cpp index f32e66a7d..9e0472be1 100644 --- a/Source/WebCore/svg/SVGStyledElement.cpp +++ b/Source/WebCore/svg/SVGStyledElement.cpp @@ -350,14 +350,6 @@ void SVGStyledElement::svgAttributeChanged(const QualifiedName& attrName) } } -void SVGStyledElement::attach() -{ - SVGElement::attach(); - - if (RenderObject* object = renderer()) - object->updateFromElement(); -} - Node::InsertionNotificationRequest SVGStyledElement::insertedInto(ContainerNode* rootParent) { SVGElement::insertedInto(rootParent); |