зеркало из https://github.com/mozilla/gecko-dev.git
Fixes compilation error with sun workshop. Removed bogus case to
PRBool. r=akhil.arora@sun.com
This commit is contained in:
Родитель
13b85be60b
Коммит
9cfb08dd49
|
@ -189,5 +189,5 @@ PRBool nsAllocator::FetchAllocator()
|
|||
{
|
||||
nsAllocatorImpl::Create(NULL, nsIAllocator::GetIID(), (void**)&mAllocator);
|
||||
NS_ASSERTION(mAllocator, "failed to get Allocator!");
|
||||
return (PRBool) mAllocator;
|
||||
return (mAllocator ? PR_TRUE : PR_FALSE);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче