зеркало из https://github.com/mozilla/pjs.git
Fix for the Mac crash.
This commit is contained in:
Родитель
3b73ee04e2
Коммит
c8fa3a8d4d
|
@ -1274,7 +1274,7 @@ RDFTreeBuilderImpl::FindChildByTagAndResource(nsIContent* aElement,
|
||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (resource != aResource)
|
if (resource.get() != aResource)
|
||||||
continue; // not the resource we want
|
continue; // not the resource we want
|
||||||
|
|
||||||
// Fount it!
|
// Fount it!
|
||||||
|
|
Загрузка…
Ссылка в новой задаче