| 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 8c099ffe93342445f9556e750ce4fa2bd3831b7c..40abe09e70b4b992414d7c2f43598d554c542441 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8ContentSearchUtil.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8ContentSearchUtil.h
|
| @@ -11,13 +11,13 @@
|
|
|
| namespace blink {
|
|
|
| -class V8Debugger;
|
| +class V8InspectorSession;
|
|
|
| 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(V8Debugger*, const String16& text, const String16& query, const bool caseSensitive, const bool isRegex);
|
| +PLATFORM_EXPORT PassOwnPtr<protocol::Array<protocol::Debugger::SearchMatch>> searchInTextByLines(V8InspectorSession*, const String16& text, const String16& query, const bool caseSensitive, const bool isRegex);
|
|
|
| }
|
|
|
|
|