| Index: third_party/WebKit/Source/core/svg/SVGTextPathElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTextPathElement.cpp b/third_party/WebKit/Source/core/svg/SVGTextPathElement.cpp
|
| index c96236ea95041cdf6174d168dd67d981349aba4e..f4fa07b5e4ff2a000ddf298f43c3f6dd604410fe 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTextPathElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTextPathElement.cpp
|
| @@ -112,7 +112,7 @@ LayoutObject* SVGTextPathElement::createLayoutObject(const ComputedStyle&) {
|
| bool SVGTextPathElement::layoutObjectIsNeeded(const ComputedStyle& style) {
|
| if (parentNode() &&
|
| (isSVGAElement(*parentNode()) || isSVGTextElement(*parentNode())))
|
| - return Element::layoutObjectIsNeeded(style);
|
| + return SVGElement::layoutObjectIsNeeded(style);
|
|
|
| return false;
|
| }
|
|
|