From 698c61cf23824b5a7c6881626b4a61d4a33e58e6 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 20 Apr 2018 15:30:42 -0400 Subject: Un-deprecate nsNavHistory::GetPageTitle and nsNavBookmarks::GetURIForKeyword --- toolkit/components/places/nsNavBookmarks.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'toolkit/components/places/nsNavBookmarks.cpp') diff --git a/toolkit/components/places/nsNavBookmarks.cpp b/toolkit/components/places/nsNavBookmarks.cpp index 74707be994..693aaf5db0 100644 --- a/toolkit/components/places/nsNavBookmarks.cpp +++ b/toolkit/components/places/nsNavBookmarks.cpp @@ -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); -- cgit v1.2.3