Index: Source/core/rendering/svg/SVGTextLayoutEngine.h |
diff --git a/Source/core/rendering/svg/SVGTextLayoutEngine.h b/Source/core/rendering/svg/SVGTextLayoutEngine.h |
index 2313753cd37162396e56f669921d2f3c2bad0a10..898f5bafb0b8366aba4d9033ce0bba12ed0a7cb7 100644 |
--- a/Source/core/rendering/svg/SVGTextLayoutEngine.h |
+++ b/Source/core/rendering/svg/SVGTextLayoutEngine.h |
@@ -63,7 +63,7 @@ private: |
void recordTextFragment(SVGInlineTextBox*, const Vector<SVGTextMetrics>&); |
bool parentDefinesTextLength(RenderObject*) const; |
- void layoutTextOnLineOrPath(SVGInlineTextBox*, RenderSVGInlineText*, const RenderStyle*); |
+ void layoutTextOnLineOrPath(SVGInlineTextBox*, const RenderSVGInlineText&, const RenderStyle&); |
void finalizeTransformMatrices(Vector<SVGInlineTextBox*>&); |
bool currentLogicalCharacterAttributes(SVGTextLayoutAttributes*&); |