Index: Source/core/inspector/ContentSearchUtils.h |
diff --git a/Source/core/inspector/ContentSearchUtils.h b/Source/core/inspector/ContentSearchUtils.h |
index 80a710a097129d693fd9c0683387fc75fc540733..6691d39b5e4cb32008c303670cdcc0a9d632224d 100644 |
--- a/Source/core/inspector/ContentSearchUtils.h |
+++ b/Source/core/inspector/ContentSearchUtils.h |
@@ -54,8 +54,8 @@ PassRefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> > searchInTextByLi |
TextPosition textPositionFromOffset(size_t offset, const Vector<size_t>& lineEndings); |
PassOwnPtr<Vector<size_t> > lineEndings(const String&); |
-String findSourceURL(const String& content, MagicCommentType); |
-String findSourceMapURL(const String& content, MagicCommentType); |
+String findSourceURL(const String& content, MagicCommentType, bool* deprecated); |
+String findSourceMapURL(const String& content, MagicCommentType, bool* deprecated); |
} // namespace ContentSearchUtils |
} // namespace WebCore |