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.
git-svn-id: svn://10.0.0.236/trunk@36639 18797224-902f-48f8-a5cc-f745e15eee43
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