Index: Source/core/layout/svg/SVGTextMetrics.cpp |
diff --git a/Source/core/layout/svg/SVGTextMetrics.cpp b/Source/core/layout/svg/SVGTextMetrics.cpp |
index 68beeb2e8370aca7b47265d0f26d547f6ead88c8..6debd243c1355e593c2cca763eb0f7df2abeed51 100644 |
--- a/Source/core/layout/svg/SVGTextMetrics.cpp |
+++ b/Source/core/layout/svg/SVGTextMetrics.cpp |
@@ -58,7 +58,7 @@ SVGTextMetrics::SVGTextMetrics(LayoutSVGInlineText* textRenderer, const TextRun& |
TextRun SVGTextMetrics::constructTextRun(LayoutSVGInlineText* text, unsigned position, unsigned length, TextDirection textDirection) |
{ |
- const LayoutStyle& style = text->styleRef(); |
+ const ComputedStyle& style = text->styleRef(); |
TextRun run(static_cast<const LChar*>(0) // characters, will be set below if non-zero. |
, 0 // length, will be set below if non-zero. |