Comment-only change to address review comments in bug 394534.

git-svn-id: svn://10.0.0.236/trunk@235544 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2007-09-12 16:13:07 +00:00
parent 02e076cfa7
commit 6ca6d0392a

View File

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