Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: third_party/WebKit/Source/web/TextFinder.cpp

Issue 2907643004: [DMC #22] Move DocumentMarker::MatchStatus enum to TextMatchMarker (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698