| Index: Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| diff --git a/Source/core/layout/svg/line/SVGInlineTextBox.cpp b/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| index b2cf6b432acafdf5ad354ecb7e51cff672f19a1c..472c95641e6ed05f845565675aa66f6e4c9d5537 100644
|
| --- a/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| +++ b/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| @@ -47,7 +47,7 @@ struct ExpectedSVGInlineTextBoxSize : public InlineTextBox {
|
|
|
| static_assert(sizeof(SVGInlineTextBox) == sizeof(ExpectedSVGInlineTextBoxSize), "SVGInlineTextBox has an unexpected size");
|
|
|
| -SVGInlineTextBox::SVGInlineTextBox(RenderObject& object, int start, unsigned short length)
|
| +SVGInlineTextBox::SVGInlineTextBox(LayoutObject& object, int start, unsigned short length)
|
| : InlineTextBox(object, start, length)
|
| , m_logicalHeight(0)
|
| , m_startsNewTextChunk(false)
|
|
|