| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8ContentSearchUtil.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8ContentSearchUtil.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8ContentSearchUtil.h
|
| index 55658fc00223cac4aaff5c4d17eff73a68077506..e600183b966e860c07dd9468f7ce099a3a0c7741 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8ContentSearchUtil.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8ContentSearchUtil.h
|
| @@ -17,7 +17,7 @@ namespace V8ContentSearchUtil {
|
|
|
| PLATFORM_EXPORT String findSourceURL(const String& content, bool multiline, bool* deprecated = nullptr);
|
| PLATFORM_EXPORT String findSourceMapURL(const String& content, bool multiline, bool* deprecated = nullptr);
|
| -PLATFORM_EXPORT PassRefPtr<protocol::TypeBuilder::Array<protocol::TypeBuilder::Debugger::SearchMatch>> searchInTextByLines(V8Debugger*, const String& text, const String& query, const bool caseSensitive, const bool isRegex);
|
| +PLATFORM_EXPORT PassOwnPtr<protocol::Array<protocol::Debugger::SearchMatch>> searchInTextByLines(V8Debugger*, const String& text, const String& query, const bool caseSensitive, const bool isRegex);
|
|
|
| }
|
|
|
|
|