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

r=mkaply, sr=dveditz
This commit is contained in:
alecf%netscape.com 2001-10-19 02:02:05 +00:00
parent 2ddf2d047d
commit 2a8bab71f9

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",