Followup for bug 394534: fix build bustage

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@236663 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2007-09-25 16:54:17 +00:00
parent 311013bb5d
commit ee2e11c1bc

View File

@@ -2018,7 +2018,7 @@ nsresult CNavDTD::HandleSavedTokens(PRInt32 anIndex) {
// XXXbz would it be faster to get the tokens out with ObjectAt and
// put them in the tokenizer and then PopFront them all from
// mMisplacedContent?
nsDeque temp;
nsDeque temp(nsnull);
// Put back attributes, which once got popped out, into the tokenizer
for(PRInt32 j=0;j<attrCount; ++j){
CToken* theAttrToken = (CToken*)mMisplacedContent.PopFront();