| Index: Source/core/svg/SVGTSpanElement.cpp
|
| diff --git a/Source/core/svg/SVGTSpanElement.cpp b/Source/core/svg/SVGTSpanElement.cpp
|
| index 55d24e18b9bd5e9ff552d2b865a422f183a4d509..68929bdb2985ac72b3453183ed7ad94d11652625 100644
|
| --- a/Source/core/svg/SVGTSpanElement.cpp
|
| +++ b/Source/core/svg/SVGTSpanElement.cpp
|
| @@ -23,7 +23,7 @@
|
| #include "core/svg/SVGTSpanElement.h"
|
|
|
| #include "core/SVGNames.h"
|
| -#include "core/rendering/svg/RenderSVGTSpan.h"
|
| +#include "core/layout/svg/LayoutSVGTSpan.h"
|
|
|
| namespace blink {
|
|
|
| @@ -36,7 +36,7 @@ DEFINE_NODE_FACTORY(SVGTSpanElement)
|
|
|
| LayoutObject* SVGTSpanElement::createRenderer(const LayoutStyle&)
|
| {
|
| - return new RenderSVGTSpan(this);
|
| + return new LayoutSVGTSpan(this);
|
| }
|
|
|
| bool SVGTSpanElement::rendererIsNeeded(const LayoutStyle& style)
|
|
|