fixing an earlier mistake while making string conversions explicit
git-svn-id: svn://10.0.0.236/trunk@66187 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1061,7 +1061,7 @@ nsString& CNewlineToken::GetStringValueXXX(void) {
|
||||
nsresult CNewlineToken::Consume(PRUnichar aChar, nsScanner& aScanner,PRInt32 aMode) {
|
||||
|
||||
#if 1
|
||||
mTextValue.AssignWithConversion(kNewLine); //This is what I THINK we should be doing.
|
||||
mTextValue.Assign(kNewLine); //This is what I THINK we should be doing.
|
||||
#else
|
||||
mTextValue=aChar;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user