Index: third_party/WebKit/Source/core/editing/FindOptions.h |
diff --git a/third_party/WebKit/Source/core/editing/FindOptions.h b/third_party/WebKit/Source/core/editing/FindOptions.h |
index 38897faa49ab30fbc8342f122025a2efc8a45517..083648de4a998cad8f95abcdc49344196af8bc04 100644 |
--- a/third_party/WebKit/Source/core/editing/FindOptions.h |
+++ b/third_party/WebKit/Source/core/editing/FindOptions.h |
@@ -38,7 +38,7 @@ enum FindOptionFlag { |
WrapAround = 1 << 4, |
StartInSelection = 1 << 5, |
WholeWord = 1 << 6, // WholeWord should imply AtWordStarts |
- // TODO(yosin) Once find UI works on composed tree and it doesn't use |
+ // TODO(yosin) Once find UI works on flat tree and it doesn't use |
// |rangeOfString()|, we should get rid of |FindAPICall| enum member. |
FindAPICall = 1 << 7, // Used for Window.find or execCommand('find') |
}; |