| 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 7b2df209381087d8d47882c8e9c11545c56493b3..af5ccd8b49a2a8bdd1ed658f801ee26463fc1d88 100644
|
| --- a/third_party/WebKit/Source/core/editing/FindOptions.h
|
| +++ b/third_party/WebKit/Source/core/editing/FindOptions.h
|
| @@ -39,8 +39,9 @@ enum FindOptionFlag {
|
| WrapAround = 1 << 4,
|
| StartInSelection = 1 << 5,
|
| WholeWord = 1 << 6, // WholeWord should imply AtWordStarts
|
| - // TODO(yosin) Once find UI works on flat tree and it doesn't use
|
| - // |rangeOfString()|, we should get rid of |FindAPICall| enum member.
|
| + // 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')
|
| };
|
|
|
|
|