Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc

git-svn-id: svn://10.0.0.236/trunk@88396 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
disttsc%bart.nl
2001-03-02 09:26:57 +00:00
parent 949670283e
commit d30c2be76b
167 changed files with 630 additions and 628 deletions

View File

@@ -1598,7 +1598,7 @@ void nsString::DebugDump(void) const {
if(eTwoByte==mCharSize) {
nsStr::StrAssign(temp, *this, 0, mLength);
theBuffer=temp.GetBuffer();
theBuffer=temp.get();
}
if(theBuffer) {