diff --git a/mobile/chrome/content/browser.js b/mobile/chrome/content/browser.js index 3e2aac391d81..7f2a254c80a9 100644 --- a/mobile/chrome/content/browser.js +++ b/mobile/chrome/content/browser.js @@ -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];