Index: Source/WebCore/inspector/ContentSearchUtils.h |
=================================================================== |
--- Source/WebCore/inspector/ContentSearchUtils.h (revision 98111) |
+++ Source/WebCore/inspector/ContentSearchUtils.h (working copy) |
@@ -40,9 +40,9 @@ |
namespace ContentSearchUtils { |
-RegularExpression createSearchRegex(const String& text, bool caseSensitive, bool isRegex); |
+RegularExpression createSearchRegex(const String& query, bool caseSensitive, bool isRegex); |
int countRegularExpressionMatches(const RegularExpression&, const String&); |
-PassRefPtr<InspectorArray> searchInTextByLines(const String& query, const String& text); |
+PassRefPtr<InspectorArray> searchInTextByLines(const String& text, const String& query, const bool caseSensitive, const bool isRegex); |
} // namespace ContentSearchUtils |
} // namespace WebCore |