| Index: third_party/WebKit/Source/platform/v8_inspector/V8StringUtil.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8StringUtil.h b/third_party/WebKit/Source/platform/v8_inspector/V8StringUtil.h
|
| index 029ed5661a9e29669e4c1a5ca8b8dca42801546b..d72e175ddf56ada87527b154c5a59676a6eb0630 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8StringUtil.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8StringUtil.h
|
| @@ -23,8 +23,8 @@ v8::Local<v8::String> toV8StringInternalized(v8::Isolate*, const char*);
|
| String16 toProtocolString(v8::Local<v8::String>);
|
| String16 toProtocolStringWithTypeCheck(v8::Local<v8::Value>);
|
|
|
| -String16 findSourceURL(const String16& content, bool multiline, bool* deprecated = nullptr);
|
| -String16 findSourceMapURL(const String16& content, bool multiline, bool* deprecated = nullptr);
|
| +String16 findSourceURL(const String16& content, bool multiline);
|
| +String16 findSourceMapURL(const String16& content, bool multiline);
|
| std::vector<std::unique_ptr<protocol::Debugger::SearchMatch>> searchInTextByLinesImpl(V8InspectorSession*, const String16& text, const String16& query, bool caseSensitive, bool isRegex);
|
|
|
| } // namespace blink
|
|
|