Index: Source/core/editing/EditorCommand.cpp |
diff --git a/Source/core/editing/EditorCommand.cpp b/Source/core/editing/EditorCommand.cpp |
index 414188a69d97e55c069ed6ce1892ddc62b1da7fb..c2ddb806a47e74a84b24686260100019d34f86ef 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) |