fix for some bug where I forgot a contract id.. if bugzilla was responding I might actually know the bug #

r=mkaply, sr=dveditz


git-svn-id: svn://10.0.0.236/trunk@105738 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com 2001-10-19 02:02:05 +00:00
parent c4aa2d1bb8
commit 7429f7e3dd

View File

@ -82,6 +82,11 @@ static nsModuleComponentInfo gAppShellModuleInfo[] =
"@mozilla.org/appshell/commandLineService;1",
nsCmdLineServiceConstructor,
},
{ "Window Mediator",
NS_WINDOWMEDIATOR_CID,
NS_WINDOWMEDIATOR_CONTRACTID,
nsWindowMediatorConstructor,
},
{ "Window Mediator",
NS_WINDOWMEDIATOR_CID,
NS_RDF_DATASOURCE_CONTRACTID_PREFIX "window-mediator",