Index: Source/WebCore/inspector/front-end/SourceFrame.js |
=================================================================== |
--- Source/WebCore/inspector/front-end/SourceFrame.js (revision 98227) |
+++ Source/WebCore/inspector/front-end/SourceFrame.js (working copy) |
@@ -78,7 +78,7 @@ |
// Otherwise just do case-insensitive search. |
if (!regex) |
- regex = createSearchRegex(query, "i"); |
+ regex = createPlainTextSearchRegex(query, "i"); |
return regex; |
} |