| Index: Source/core/inspector/ContentSearchUtils.h
|
| diff --git a/Source/core/inspector/ContentSearchUtils.h b/Source/core/inspector/ContentSearchUtils.h
|
| index 7369bbf803d1ce025bd368490c243a2d38c444c9..51a6f415b226b59c42f99ab44857671becd5909b 100644
|
| --- a/Source/core/inspector/ContentSearchUtils.h
|
| +++ b/Source/core/inspector/ContentSearchUtils.h
|
| @@ -46,7 +46,7 @@ enum MagicCommentType {
|
| };
|
|
|
| PassOwnPtr<ScriptRegexp> createSearchRegex(const String& query, bool caseSensitive, bool isRegex);
|
| -PassRefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> > searchInTextByLines(const String& text, const String& query, const bool caseSensitive, const bool isRegex);
|
| +PassRefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch>> searchInTextByLines(const String& text, const String& query, const bool caseSensitive, const bool isRegex);
|
|
|
| String findSourceURL(const String& content, MagicCommentType, bool* deprecated = nullptr);
|
| String findSourceMapURL(const String& content, MagicCommentType, bool* deprecated = nullptr);
|
|
|