| Index: third_party/WebKit/Source/web/mac/WebSubstringUtil.mm
|
| diff --git a/third_party/WebKit/Source/web/mac/WebSubstringUtil.mm b/third_party/WebKit/Source/web/mac/WebSubstringUtil.mm
|
| index fbfb18d3f390393f8a5a09d20655962f2db50dd5..7460f657fa79e51a498db120515ca67b20df9771 100644
|
| --- a/third_party/WebKit/Source/web/mac/WebSubstringUtil.mm
|
| +++ b/third_party/WebKit/Source/web/mac/WebSubstringUtil.mm
|
| @@ -167,7 +167,8 @@ NSAttributedString* WebSubstringUtil::attributedWordAtPoint(
|
| return nil;
|
|
|
| // Expand to word under point.
|
| - VisibleSelection selection = createVisibleSelection(range);
|
| + VisibleSelection selection = createVisibleSelection(
|
| + SelectionInDOMTree::Builder().setBaseAndExtent(range).build());
|
| selection.expandUsingGranularity(WordGranularity);
|
| const EphemeralRange wordRange = selection.toNormalizedEphemeralRange();
|
|
|
|
|