update js files that reference the command line service in the browser instance. this should fix problems with opening new windows. r=leaf,chofmann
git-svn-id: svn://10.0.0.236/trunk@61752 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f142f344a8
commit
5664195cbb
@ -254,7 +254,7 @@ function Shutdown()
|
||||
/* START OF UNNECESSARY CODE */
|
||||
if ( !explicitURL ) {
|
||||
try {
|
||||
var handler = Components.classes['component://netscape/appshell/component/browser/cmdhandler'];
|
||||
var handler = Components.classes['component://netscape/commandlinehander/general-startup-browser'];
|
||||
handler = handler.getService();
|
||||
handler = handler.QueryInterface(Components.interfaces.nsICmdLineHandler);
|
||||
if (handler) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user