Switching to use Component Registry
This commit is contained in:
@@ -251,7 +251,7 @@ nsAppShellService::EnumerateComponents( void (nsAppShellService::*function)( con
|
||||
&&
|
||||
( failed = "Open" )
|
||||
&&
|
||||
NS_SUCCEEDED( ( rv = registry->Open() ) )
|
||||
NS_SUCCEEDED( ( rv = registry->OpenWellKnownRegistry(nsIRegistry::ApplicationComponentRegistry) ) )
|
||||
&&
|
||||
( failed = "GetSubtree" )
|
||||
&&
|
||||
|
||||
Reference in New Issue
Block a user