Un-deprecate nsNavHistory::GetPageTitle and nsNavBookmarks::GetURIForKeyword

This commit is contained in:
NTD 2018-04-20 15:30:42 -04:00 committed by Roy Tam
commit f0780e4052
2 changed files with 0 additions and 4 deletions

View file

@ -2518,8 +2518,6 @@ nsNavBookmarks::GetURIForKeyword(const nsAString& aUserCasedKeyword,
NS_ENSURE_TRUE(!aUserCasedKeyword.IsEmpty(), NS_ERROR_INVALID_ARG);
*aURI = nullptr;
PLACES_WARN_DEPRECATED();
// Shortcuts are always lowercased internally.
nsAutoString keyword(aUserCasedKeyword);
ToLowerCase(keyword);