| 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 dab56f81b99f697db48ca545279677ed13257f8a..dacddb325e44aeb7bc36b7d7c06a9ecf759f8bb1 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -186,7 +186,7 @@ String SVGElement::title() const
|
| return String();
|
|
|
| if (inUseShadowTree()) {
|
| - String useTitle(shadowHost()->title());
|
| + String useTitle(ownerShadowHost()->title());
|
| if (!useTitle.isEmpty())
|
| return useTitle;
|
| }
|
|
|