зеркало из https://github.com/mozilla/pjs.git
Oops, need to do proper comparison for Linux.
This commit is contained in:
Родитель
61394fdeb2
Коммит
c0d448ffd8
|
@ -1463,7 +1463,7 @@ InternetSearchDataSource::filterSite(nsIRDFResource *aResource)
|
||||||
aRes = do_QueryInterface(isupports);
|
aRes = do_QueryInterface(isupports);
|
||||||
if (!aRes) return(NS_ERROR_UNEXPECTED);
|
if (!aRes) return(NS_ERROR_UNEXPECTED);
|
||||||
|
|
||||||
if ((aRes == kNC_LastSearchRoot) || (isSearchURI(aRes)))
|
if ((aRes.get() == kNC_LastSearchRoot) || (isSearchURI(aRes)))
|
||||||
{
|
{
|
||||||
array->AppendElement(aRes);
|
array->AppendElement(aRes);
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче