Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: third_party/WebKit/Source/core/inspector/ContentSearchUtils.h

Issue 1470323003: [DevTools] Removed support deprecated (//@|/*@) source(URL|MappingURL)= (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698