зеркало из https://github.com/mozilla/pjs.git
This commit is contained in:
Родитель
43cb25b1c9
Коммит
c88e8ce2ad
|
@ -1638,7 +1638,7 @@ nsBookmarksService::getArgumentN(nsISupportsArray *arguments, nsIRDFResource *re
|
|||
nsCOMPtr<nsIRDFResource> src = do_QueryInterface(aSource);
|
||||
if (!src) return(NS_ERROR_NO_INTERFACE);
|
||||
|
||||
if (src == res)
|
||||
if (src.get() == res)
|
||||
{
|
||||
if (offset > 0)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче