| Index: third_party/WebKit/Source/core/editing/Editor.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/Editor.cpp b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| index 459034657393d31623397c0c3fd4915dd4814736..cd7eee62db88beb3231996e948d18f3050e10848 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| @@ -1598,7 +1598,7 @@ bool Editor::FindString(const String& target, FindOptions options) {
|
| // TODO(yosin) We should make |findRangeOfString()| to return
|
| // |EphemeralRange| rather than|Range| object.
|
| Range* result_range = FindRangeOfString(
|
| - target, EphemeralRange(selection.Start(), selection.end()),
|
| + target, EphemeralRange(selection.Start(), selection.End()),
|
| static_cast<FindOptions>(options | kFindAPICall));
|
|
|
| if (!result_range)
|
|
|