mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
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:
parent
2ddf2d047d
commit
2a8bab71f9
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user