| Index: Source/core/layout/svg/line/SVGInlineTextBox.h
|
| diff --git a/Source/core/layout/svg/line/SVGInlineTextBox.h b/Source/core/layout/svg/line/SVGInlineTextBox.h
|
| index 9edf7018d7b286d441fd5567dfd02326890bb33f..e5ebdc988f0ce4776a8056602fd519fd388d29dc 100644
|
| --- a/Source/core/layout/svg/line/SVGInlineTextBox.h
|
| +++ b/Source/core/layout/svg/line/SVGInlineTextBox.h
|
| @@ -30,7 +30,7 @@ namespace blink {
|
|
|
| class SVGInlineTextBox final : public InlineTextBox {
|
| public:
|
| - SVGInlineTextBox(RenderObject&, int start, unsigned short length);
|
| + SVGInlineTextBox(LayoutObject&, int start, unsigned short length);
|
|
|
| virtual bool isSVGInlineTextBox() const override { return true; }
|
|
|
|
|