Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
days for module owners to comment on. r=troy@netscape.com git-svn-id: svn://10.0.0.236/trunk@64566 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1011,7 +1011,7 @@ nsHTMLContentSinkStream::AddLeaf(const nsIParserNode& aNode){
|
||||
// and we'd better rewrap the whole text node.
|
||||
PRBool nsHTMLContentSinkStream::HasLongLines(const nsString& text)
|
||||
{
|
||||
const PRInt32 longLineLen = 128;
|
||||
const PRUint32 longLineLen = 128;
|
||||
nsString str = text;
|
||||
PRUint32 start=0;
|
||||
PRUint32 theLen=text.Length();
|
||||
|
||||
Reference in New Issue
Block a user