mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset d9bff5217809 (bug 830652) on the suspicion that it has broken Marionette
This commit is contained in:
parent
2c5853610e
commit
3860baa488
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user