mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixing bustage in nsPrivateBrowsing.js
This commit is contained in:
parent
7ccb07f97e
commit
6cb760a7b8
@ -472,6 +472,7 @@ PrivateBrowsingService.prototype = {
|
||||
else if (aCmdLine.handleFlag("private-toggle", false)) {
|
||||
this.privateBrowsingEnabled = !this.privateBrowsingEnabled;
|
||||
this._autoStarted = false;
|
||||
}
|
||||
},
|
||||
|
||||
get helpInfo PBS_get_helpInfo() {
|
||||
|
Loading…
Reference in New Issue
Block a user