Move static constructor into function instead of global. It was coredumping on AIX
git-svn-id: svn://10.0.0.236/trunk@47650 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -583,9 +583,9 @@ PRInt32 CRTFContent::GetTokenType() {
|
||||
* @param
|
||||
* @return
|
||||
*/
|
||||
static nsString textTerminators("\\{}");
|
||||
|
||||
nsresult CRTFContent::Consume(PRUnichar aChar,nsScanner& aScanner) {
|
||||
static nsString textTerminators("\\{}");
|
||||
PRInt32 result=aScanner.ReadUntil(mTextValue,textTerminators,PR_FALSE,PR_FALSE);
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user