| 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 40abe09e70b4b992414d7c2f43598d554c542441..565fc9673de83f99d3d0eab59758cca659e3dc4d 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 String16 findSourceURL(const String16& content, bool multiline, bool* deprecated = nullptr);
|
| PLATFORM_EXPORT String16 findSourceMapURL(const String16& content, bool multiline, bool* deprecated = nullptr);
|
| -PLATFORM_EXPORT PassOwnPtr<protocol::Array<protocol::Debugger::SearchMatch>> searchInTextByLines(V8InspectorSession*, const String16& text, const String16& query, const bool caseSensitive, const bool isRegex);
|
| +PLATFORM_EXPORT std::unique_ptr<protocol::Array<protocol::Debugger::SearchMatch>> searchInTextByLines(V8InspectorSession*, const String16& text, const String16& query, const bool caseSensitive, const bool isRegex);
|
|
|
| }
|
|
|
|
|