mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
parent
8797f07375
commit
24fda598ca
1 changed files with 0 additions and 4 deletions
|
|
@ -789,10 +789,6 @@ Location::GetSearch(nsAString& aSearch)
|
|||
NS_IMETHODIMP
|
||||
Location::SetSearch(const nsAString& aSearch)
|
||||
{
|
||||
if (aSearch.IsEmpty()) {
|
||||
return NS_OK; // Ignore empty string
|
||||
}
|
||||
|
||||
nsresult rv = SetSearchInternal(aSearch);
|
||||
if (NS_FAILED(rv)) {
|
||||
return rv;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue