Backed out changeset d9bff5217809 (bug 830652) on the suspicion that it has broken Marionette

This commit is contained in:
Ehsan Akhgari 2013-01-15 19:30:18 -05:00
parent 2c5853610e
commit 3860baa488

View File

@ -512,7 +512,7 @@ nsBrowserContentHandler.prototype = {
if (cmdLine.handleFlag("silent", false))
cmdLine.preventDefault = true;
#ifdef MOZ_PER_WINDOW_PRIVATE_BROWSING
if (cmdLine.handleFlag("private-window", false) >= 0) {
if (cmdLine.findFlag("private-window", false) >= 0) {
openWindow(null, this.chromeURL, "_blank",
"chrome,dialog=no,private,all" + this.getFeatures(cmdLine),
"about:privatebrowsing");