| Index: third_party/WebKit/Source/core/inspector/ContentSearchUtils.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/ContentSearchUtils.h b/third_party/WebKit/Source/core/inspector/ContentSearchUtils.h
|
| index 00d21f37598f44bd618baf9859495f2851e555b2..0859004ac2d5a17effe152872c35d92d5f6efe76 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ContentSearchUtils.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ContentSearchUtils.h
|
| @@ -48,8 +48,8 @@ enum MagicCommentType {
|
| PassOwnPtr<ScriptRegexp> createSearchRegex(const String& query, bool caseSensitive, bool isRegex);
|
| PassRefPtr<TypeBuilder::Array<TypeBuilder::Debugger::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);
|
| +String findSourceURL(const String& content, MagicCommentType);
|
| +String findSourceMapURL(const String& content, MagicCommentType);
|
|
|
| } // namespace ContentSearchUtils
|
| } // namespace blink
|
|
|