This commit is contained in:
Gavin Sharp 2009-09-21 06:04:50 -04:00
Родитель e45ae9c3d6
Коммит 222375cb03
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -502,7 +502,7 @@ var Browser = {
// If this is an intial window launch (was a nsICommandLine passed via window params)
// we execute some logic to load the initial launch page
if (window.arguments && window.arguments[0] &&
window.arguments[0] instanceof Ci.nsICommandLine) {
window.arguments[0] instanceof Ci.nsICommandLine) {
try {
var cmdLine = window.arguments[0];