| Index: Source/WebCore/inspector/front-end/ConsolePanel.js
|
| ===================================================================
|
| --- Source/WebCore/inspector/front-end/ConsolePanel.js (revision 98111)
|
| +++ Source/WebCore/inspector/front-end/ConsolePanel.js (working copy)
|
| @@ -82,7 +82,7 @@
|
| {
|
| WebInspector.searchController.updateSearchMatchesCount(0, this);
|
| this.searchCanceled();
|
| - this._searchRegex = createSearchRegex(query, "g");
|
| + this._searchRegex = createSearchRegex(query, "gi");
|
|
|
| this._searchResults = [];
|
| var messages = WebInspector.consoleView.messages;
|
|
|