fix what seems to be a typo in browser_394759_privatebrowsing.js

This commit is contained in:
Dão Gottwald 2009-04-23 12:00:40 +02:00
parent c40f1cd4f7
commit 3ad5bad874

View File

@ -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);