| 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 9f034664f1f7ee941ac9ed205df36534b8412362..c50ce8664d0c38a9746e814f8da3431d0a942cd9 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -88,7 +88,7 @@ void SVGElement::AttachLayoutTree(const AttachContext& context) {
|
|
|
| TreeScope& SVGElement::TreeScopeForIdResolution() const {
|
| const SVGElement* tree_scope_element = this;
|
| - if (const SVGElement* element = CorrespondingElement())
|
| + if (const SVGElement* element = CorrespondingUseElement())
|
| tree_scope_element = element;
|
| return tree_scope_element->GetTreeScope();
|
| }
|
|
|