Fix for bug 27710 - (MAC specific)
Forgot to initialize a variable :-( git-svn-id: svn://10.0.0.236/trunk@60757 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1685,7 +1685,7 @@ nsresult CNavDTD::HandleSavedTokens(PRInt32 anIndex) {
|
||||
mTempContext->Push((nsCParserNode*)mBodyContext->Pop(theChildStyleStack));
|
||||
}
|
||||
|
||||
PRInt32 theIndex;
|
||||
PRInt32 theIndex=kNotFound;
|
||||
// Now flush out all the bad contents.
|
||||
while(theBadTokenCount > 0){
|
||||
theToken=(CToken*)mMisplacedContent.PopFront();
|
||||
|
||||
@@ -1685,7 +1685,7 @@ nsresult CNavDTD::HandleSavedTokens(PRInt32 anIndex) {
|
||||
mTempContext->Push((nsCParserNode*)mBodyContext->Pop(theChildStyleStack));
|
||||
}
|
||||
|
||||
PRInt32 theIndex;
|
||||
PRInt32 theIndex=kNotFound;
|
||||
// Now flush out all the bad contents.
|
||||
while(theBadTokenCount > 0){
|
||||
theToken=(CToken*)mMisplacedContent.PopFront();
|
||||
|
||||
Reference in New Issue
Block a user