fix build bustage
This commit is contained in:
@@ -221,7 +221,7 @@ nsAppShellService::Initialize( nsICmdLineService *aCmdLineService )
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Initialize each registered component.
|
// Initialize each registered component.
|
||||||
EnumerateComponents( InitializeComponent );
|
EnumerateComponents( &InitializeComponent );
|
||||||
|
|
||||||
done:
|
done:
|
||||||
return rv;
|
return rv;
|
||||||
@@ -397,7 +397,7 @@ nsAppShellService::Shutdown(void)
|
|||||||
|
|
||||||
#if 1
|
#if 1
|
||||||
// Shutdown all components.
|
// Shutdown all components.
|
||||||
EnumerateComponents( ShutdownComponent );
|
EnumerateComponents( &ShutdownComponent );
|
||||||
|
|
||||||
mAppShell->Exit();
|
mAppShell->Exit();
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user