mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Un-deprecate nsNavHistory::GetPageTitle and nsNavBookmarks::GetURIForKeyword
This commit is contained in:
parent
c2013ffce4
commit
f0780e4052
2 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue