| Index: third_party/WebKit/Source/core/svg/SVGTSpanElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTSpanElement.cpp b/third_party/WebKit/Source/core/svg/SVGTSpanElement.cpp
|
| index b85387284071315bbb2688fd78d0d6e2b9499cb5..2957ba5acbd979b6790cf3aaf070d054ddbe6f49 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTSpanElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTSpanElement.cpp
|
| @@ -38,7 +38,7 @@ bool SVGTSpanElement::layoutObjectIsNeeded(const ComputedStyle& style) {
|
| if (parentNode() &&
|
| (isSVGAElement(*parentNode()) || isSVGTextElement(*parentNode()) ||
|
| isSVGTextPathElement(*parentNode()) || isSVGTSpanElement(*parentNode())))
|
| - return Element::layoutObjectIsNeeded(style);
|
| + return SVGElement::layoutObjectIsNeeded(style);
|
|
|
| return false;
|
| }
|
|
|