| Index: Source/core/svg/SVGUseElement.cpp | 
| diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp | 
| index 6449f661049249d459a75c414bc022d8c4a48a79..09b5b866cc1e046d41bfccd8caf4acd9f13ab45e 100644 | 
| --- a/Source/core/svg/SVGUseElement.cpp | 
| +++ b/Source/core/svg/SVGUseElement.cpp | 
| @@ -259,11 +259,11 @@ void SVGUseElement::svgAttributeChanged(const QualifiedName& attrName) | 
| ASSERT_NOT_REACHED(); | 
| } | 
|  | 
| -void SVGUseElement::attach(const AttachContext& context) | 
| +void SVGUseElement::createRenderTree(const AttachContext& context) | 
| { | 
| if (m_needsShadowTreeRecreation) | 
| buildPendingResource(); | 
| -    SVGGraphicsElement::attach(context); | 
| +    SVGGraphicsElement::createRenderTree(context); | 
| } | 
|  | 
| void SVGUseElement::willRecalcStyle(StyleRecalcChange) | 
|  |