зеркало из https://github.com/mozilla/pjs.git
Bug 495337 - PR_TRUE/true fix, r=bz
This commit is contained in:
Родитель
b548f9425d
Коммит
571bac6161
|
@ -121,7 +121,7 @@ nsSystemPrincipal::EqualsIgnoringDomain(nsIPrincipal *other, bool *result)
|
|||
NS_IMETHODIMP
|
||||
nsSystemPrincipal::Subsumes(nsIPrincipal *other, bool *result)
|
||||
{
|
||||
*result = PR_TRUE;
|
||||
*result = true;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче