Convert users of nsC?String(), nsC?AutoString(), and NS_LITERAL_C?STRING("") to
using EmptyC?String instead. Bug 232691, patch by Charles Fenwick <clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky
This commit is contained in:
@@ -260,7 +260,7 @@ void nsCSSScanner::OutputError()
|
||||
PRUnichar *error = ToNewUnicode(mError);
|
||||
rv = errorObject->Init(error,
|
||||
NS_ConvertASCIItoUCS2(mFileName.get()).get(),
|
||||
NS_LITERAL_STRING("").get(),
|
||||
EmptyString().get(),
|
||||
mErrorLineNumber,
|
||||
mErrorColNumber,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user