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