Index: third_party/WebKit/Source/web/TextFinder.h |
diff --git a/third_party/WebKit/Source/web/TextFinder.h b/third_party/WebKit/Source/web/TextFinder.h |
index 1f48460022ef820cf8ad19207e03558b6ea024dd..e639c9716c52990d0ec0050511e41d9dd9a33fbe 100644 |
--- a/third_party/WebKit/Source/web/TextFinder.h |
+++ b/third_party/WebKit/Source/web/TextFinder.h |
@@ -132,7 +132,7 @@ private: |
int nearestFindMatch(const FloatPoint&, float& distanceSquared); |
// TODO(yosin) Templataization of |scopeStringMatchesAlgorithm| will be |
- // gone once |RuntimeEnabledFeatures::selectionForComposedTreeEnabled| is |
+ // gone once |RuntimeEnabledFeatures::selectionForFlatTreeEnabled| is |
// removed. |
template <typename Strategy> |
void scopeStringMatchesAlgorithm( |