| Index: Source/core/rendering/svg/SVGInlineTextBox.h
|
| diff --git a/Source/core/rendering/svg/SVGInlineTextBox.h b/Source/core/rendering/svg/SVGInlineTextBox.h
|
| index 8501023713cc0694f58b42cfc434517116d29d65..3c07c28c1349d423ef3859a0ca799d01ec1a05d3 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&);
|
| + SVGInlineTextBox(RenderObject&, int start, unsigned short length);
|
|
|
| virtual bool isSVGInlineTextBox() const OVERRIDE { return true; }
|
|
|
|
|