| Index: Source/core/layout/svg/SVGTextChunkBuilder.cpp
|
| diff --git a/Source/core/layout/svg/SVGTextChunkBuilder.cpp b/Source/core/layout/svg/SVGTextChunkBuilder.cpp
|
| index 041b3cea452fdcf34d9b2fd4f63f1f2820e4c71a..c0a74d909e7cec135e3a55cdf9a943040c7032ea 100644
|
| --- a/Source/core/layout/svg/SVGTextChunkBuilder.cpp
|
| +++ b/Source/core/layout/svg/SVGTextChunkBuilder.cpp
|
| @@ -87,9 +87,9 @@ void SVGTextChunkBuilder::addTextChunk(Vector<SVGInlineTextBox*>& lineLayoutBoxe
|
|
|
| LayoutSVGInlineText& textRenderer = toLayoutSVGInlineText(textBox->layoutObject());
|
|
|
| - const LayoutStyle& style = toLayoutSVGInlineText(textBox->layoutObject()).styleRef();
|
| + const ComputedStyle& style = toLayoutSVGInlineText(textBox->layoutObject()).styleRef();
|
|
|
| - const SVGLayoutStyle& svgStyle = style.svgStyle();
|
| + const SVGComputedStyle& svgStyle = style.svgStyle();
|
|
|
| // Build chunk style flags.
|
| unsigned chunkStyle = SVGTextChunk::DefaultStyle;
|
|
|