Land RDF_19990617_BRANCH. Add Change() and Move() methods to nsIRDFDataSource; add OnChange() and OnMove() methods to nsIRDFObserver. Factor nsIRDFDatasource::Init() and ::Flush() into nsIRDFRemoteDataSource. Change ownership model s.t. a datasource reference counts its observers. Miscellaneous XPCOM fixage.
This commit is contained in:
@@ -258,8 +258,6 @@ nsAppShellService::Initialize( nsICmdLineService *aCmdLineService )
|
||||
// enable window mediation
|
||||
rv = nsServiceManager::GetService(kWindowMediatorCID, kIWindowMediatorIID,
|
||||
(nsISupports**) &mWindowMediator);
|
||||
if ( NS_SUCCEEDED( rv) )
|
||||
mWindowMediator->Init("rdf:window-mediator");
|
||||
done:
|
||||
return rv;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user