| Index: Source/core/rendering/svg/SVGInlineTextBox.h | 
| diff --git a/Source/core/rendering/svg/SVGInlineTextBox.h b/Source/core/rendering/svg/SVGInlineTextBox.h | 
| index 3d28df9400c5146c015c89a1728b2c9c7f2e1574..9f9b09699304c77946dc832c98cfadca578c1469 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; } | 
|  | 
|  |