mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Fix for bug 27710 - (MAC specific)
Forgot to initialize a variable :-(
This commit is contained in:
parent
f07e6c9730
commit
eddc0795a3
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user