зеркало из https://github.com/mozilla/gecko-dev.git
cleanup warnings
This commit is contained in:
Родитель
319104c38d
Коммит
03a01b3cf7
|
@ -796,7 +796,7 @@ PRBool nsParser::IsValidFragment(const nsString& aSourceBuffer,nsITagStack& aSta
|
|||
PRInt32 aPos=theOutput.RFind("</endnote>");
|
||||
if(-1<aPos)
|
||||
theOutput.Truncate(aPos);
|
||||
result=!theOutput.IsEmpty();
|
||||
result=PRBool(0==theOutput.Length());
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
|
|
@ -796,7 +796,7 @@ PRBool nsParser::IsValidFragment(const nsString& aSourceBuffer,nsITagStack& aSta
|
|||
PRInt32 aPos=theOutput.RFind("</endnote>");
|
||||
if(-1<aPos)
|
||||
theOutput.Truncate(aPos);
|
||||
result=!theOutput.IsEmpty();
|
||||
result=PRBool(0==theOutput.Length());
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
|
Загрузка…
Ссылка в новой задаче