| Index: Source/core/editing/EditorCommand.cpp
|
| diff --git a/Source/core/editing/EditorCommand.cpp b/Source/core/editing/EditorCommand.cpp
|
| index a37f4dbc50b988d7297b59bd4dfb42a9e46f7f08..063e30620c8187335d3b7093fad38c126cf15fdc 100644
|
| --- a/Source/core/editing/EditorCommand.cpp
|
| +++ b/Source/core/editing/EditorCommand.cpp
|
| @@ -420,7 +420,7 @@ static bool executeDeleteWordForward(LocalFrame& frame, Event*, EditorCommandSou
|
|
|
| static bool executeFindString(LocalFrame& frame, Event*, EditorCommandSource, const String& value)
|
| {
|
| - return frame.editor().findString(value, true, false, true, false);
|
| + return frame.editor().findString(value, CaseInsensitive | WrapAround);
|
| }
|
|
|
| static bool executeFontName(LocalFrame& frame, Event*, EditorCommandSource source, const String& value)
|
|
|