| Index: third_party/WebKit/Source/web/TextFinder.cpp
|
| diff --git a/third_party/WebKit/Source/web/TextFinder.cpp b/third_party/WebKit/Source/web/TextFinder.cpp
|
| index 3dbb692318cc15c2c8c9e368b81bcf360ddcbf17..7032e85e66725872d552b36df5c25ff4f535e366 100644
|
| --- a/third_party/WebKit/Source/web/TextFinder.cpp
|
| +++ b/third_party/WebKit/Source/web/TextFinder.cpp
|
| @@ -403,8 +403,8 @@ void TextFinder::ScopeStringMatches(int identifier,
|
|
|
| OwnerFrame().GetFrame()->GetDocument()->Markers().AddTextMatchMarker(
|
| EphemeralRange(result_range),
|
| - found_active_match ? DocumentMarker::MatchStatus::kActive
|
| - : DocumentMarker::MatchStatus::kInactive);
|
| + found_active_match ? TextMatchMarker::MatchStatus::kActive
|
| + : TextMatchMarker::MatchStatus::kInactive);
|
|
|
| find_matches_cache_.push_back(
|
| FindMatch(result_range, last_match_count_ + match_count));
|
|
|