landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt

This commit is contained in:
darin@meer.net
2004-02-19 02:44:03 +00:00
parent 6e0f5f8c67
commit 14e471acbc
216 changed files with 12785 additions and 16855 deletions

View File

@@ -2403,7 +2403,7 @@ NS_PRECONDITION((eOnStart == mParserContext->mStreamListenerState ||
if(eInvalidDetect==theContext->mAutoDetectStatus) {
if(theContext->mScanner) {
nsReadingIterator<PRUnichar> iter;
nsScannerIterator iter;
theContext->mScanner->EndReading(iter);
theContext->mScanner->SetPosition(iter, PR_TRUE);
}