| Index: third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp b/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| index 35ec5a9f10a15c1892661e973d34cd19c22073b9..0a48ca053cc3b0e5aec86a6287dd63bb87c24be2 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| @@ -225,7 +225,7 @@ void SVGTextContentElement::selectSubString(unsigned charnum,
|
| end = nextPositionOf(end);
|
|
|
| document().frame()->selection().setSelection(
|
| - createVisibleSelectionDeprecated(start, end));
|
| + createVisibleSelection(start, end));
|
| }
|
|
|
| bool SVGTextContentElement::isPresentationAttribute(
|
|
|