| Index: Source/WebCore/svg/SVGStyledElement.cpp
|
| ===================================================================
|
| --- Source/WebCore/svg/SVGStyledElement.cpp (revision 119626)
|
| +++ Source/WebCore/svg/SVGStyledElement.cpp (working copy)
|
| @@ -349,14 +349,6 @@
|
| }
|
| }
|
|
|
| -void SVGStyledElement::attach()
|
| -{
|
| - SVGElement::attach();
|
| -
|
| - if (RenderObject* object = renderer())
|
| - object->updateFromElement();
|
| -}
|
| -
|
| Node::InsertionNotificationRequest SVGStyledElement::insertedInto(Node* rootParent)
|
| {
|
| SVGElement::insertedInto(rootParent);
|
|
|