mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
fix what seems to be a typo in browser_394759_privatebrowsing.js
This commit is contained in:
parent
c40f1cd4f7
commit
3ad5bad874
@ -124,10 +124,10 @@ function test() {
|
||||
pbWin.addEventListener("load", function(aEvent) {
|
||||
pbWin.gBrowser.addEventListener("load", function(aEvent) {
|
||||
executeSoon(function() {
|
||||
gBrowser.removeEventListener("load", arguments.callee, true);
|
||||
pbWin.gBrowser.removeEventListener("load", arguments.callee, true);
|
||||
|
||||
// Add another tab, though it's not strictly needed
|
||||
gBrowser.addTab();
|
||||
pbWin.gBrowser.addTab();
|
||||
|
||||
// mark the window with some unique data to be restored later on
|
||||
ss.setWindowValue(pbWin, uniqueKey_B, uniqueValue_B);
|
||||
|
Loading…
Reference in New Issue
Block a user