Bug 23941 speed up install on Mac, r=cathleen, a=jar;
Bug 12817 no Autoreg (in optimized builds) unless xpinstall detects flag indicating install has happened or build number changed, r=dp, a=jar; Bug 23859 add wstring API to nsIRegistry for profile manager/i18n, r=gayatrib, a=jar;
This commit is contained in:
@@ -282,7 +282,7 @@ nsAppShellService::EnumerateComponents( EnumeratorMemberFunction function ) {
|
||||
if ( NS_SUCCEEDED( rv ) ) {
|
||||
// Get node name.
|
||||
char *name;
|
||||
rv = node->GetName( &name );
|
||||
rv = node->GetNameUTF8( &name );
|
||||
if ( NS_SUCCEEDED( rv ) ) {
|
||||
// If this is a CID of a component; apply function to it.
|
||||
nsCID cid;
|
||||
|
||||
Reference in New Issue
Block a user