| Index: third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| index d0391351da0e4d810ee45fc6b3cce5e8d0f064e0..e5d25344a2f6349bc386b4d144ede89301a5e014 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp
|
| @@ -100,7 +100,7 @@ LayoutUnit SVGInlineTextBox::positionForOffset(int) const
|
| {
|
| // SVG doesn't use the offset <-> position selection system.
|
| ASSERT_NOT_REACHED();
|
| - return 0;
|
| + return LayoutUnit();
|
| }
|
|
|
| FloatRect SVGInlineTextBox::selectionRectForTextFragment(const SVGTextFragment& fragment, int startPosition, int endPosition, const ComputedStyle& style) const
|
|
|