forked from mirrors/gecko-dev
update js files that reference the command line service in the browser instance. this should fix problems with opening new windows. r=leaf,chofmann
This commit is contained in:
parent
f9abb553f1
commit
16213103dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue