| Index: third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp b/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| index 63214655706a8c3468d99ef8c4ad55f781be68cd..c1e00ad9291c4a61675aac304bd74d70bc359409 100644
|
| --- a/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
|
| @@ -107,7 +107,7 @@ static bool IsWhiteSpaceOrPunctuation(UChar c) {
|
| static String SelectMisspellingAsync(LocalFrame* selected_frame,
|
| String& description) {
|
| VisibleSelection selection =
|
| - selected_frame->Selection().ComputeVisibleSelectionInDOMTreeDeprecated();
|
| + selected_frame->Selection().ComputeVisibleSelectionInDOMTree();
|
| if (selection.IsNone())
|
| return String();
|
|
|
|
|