| 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 7fd1db6032c3ba42c1a40bff96e934d7b7e55391..25748605487b233f00a249b777203fe7cf836591 100644
|
| --- a/third_party/WebKit/Source/web/TextFinder.cpp
|
| +++ b/third_party/WebKit/Source/web/TextFinder.cpp
|
| @@ -397,7 +397,9 @@ void TextFinder::scopeStringMatches(int identifier,
|
| }
|
|
|
| ownerFrame().frame()->document()->markers().addTextMatchMarker(
|
| - EphemeralRange(resultRange), foundActiveMatch);
|
| + EphemeralRange(resultRange),
|
| + foundActiveMatch ? DocumentMarker::MatchStatus::kActive
|
| + : DocumentMarker::MatchStatus::kInactive);
|
|
|
| m_findMatchesCache.push_back(
|
| FindMatch(resultRange, m_lastMatchCount + matchCount));
|
|
|