From ee2e11c1bccf13197e583ac92b75ec440b8fc0e1 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Tue, 25 Sep 2007 16:54:17 +0000 Subject: [PATCH] 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 --- mozilla/parser/htmlparser/src/CNavDTD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/parser/htmlparser/src/CNavDTD.cpp b/mozilla/parser/htmlparser/src/CNavDTD.cpp index 83999966068..30ca880fd9f 100644 --- a/mozilla/parser/htmlparser/src/CNavDTD.cpp +++ b/mozilla/parser/htmlparser/src/CNavDTD.cpp @@ -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