| Index: third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| index 3fb5098a62785d758dacb9bca141bb46ccb93f31..bec7075d8987a2f135bb6a1ef7863044a2eb0c48 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -83,9 +83,9 @@ void SVGElement::detach(const AttachContext& context)
|
| element->removeInstanceMapping(this);
|
| }
|
|
|
| -void SVGElement::attach(const AttachContext& context)
|
| +void SVGElement::attachLayoutTree(const AttachContext& context)
|
| {
|
| - Element::attach(context);
|
| + Element::attachLayoutTree(context);
|
| if (SVGElement* element = correspondingElement())
|
| element->mapInstanceToElement(this);
|
| }
|
|
|