second phase of deprecated method removal.

git-svn-id: svn://10.0.0.236/trunk@62710 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
2000-03-12 10:01:10 +00:00
parent 11fb3b709c
commit 86e1f012cc
6 changed files with 34 additions and 118 deletions

View File

@@ -602,8 +602,8 @@ eParseMode DetermineParseMode(nsParser& aParser) {
else if(kNotFound<(theSubIndex=theBuffer.Find("HTML",PR_TRUE,theStartPos,theCount))) {
PRInt32 theStartPos=theSubIndex+5;
PRInt32 theCount=theEnd-theStartPos;
theStartPos=theSubIndex+5;
theCount=theEnd-theStartPos;
nsAutoString theNum;
theBuffer.Mid(theNum,theStartPos-1,3);