| Index: Source/core/rendering/svg/SVGInlineTextBox.h
|
| diff --git a/Source/core/rendering/svg/SVGInlineTextBox.h b/Source/core/rendering/svg/SVGInlineTextBox.h
|
| index 35677c232ecbf7047fc2f974055671f2c798ec15..dd2b982e120b37111eadfe9987115c8fe5fc4712 100644
|
| --- a/Source/core/rendering/svg/SVGInlineTextBox.h
|
| +++ b/Source/core/rendering/svg/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; }
|
|
|
|
|