From 7b652bd6657f7574829501b0fa6dcf8408c7fbbf Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 17 May 2015 11:44:37 -0400 Subject: [PATCH] this fixes overlooked code change in 1d3205ea817ccb8a2f03bbaecc9daf19440e300b --- platform/firefox/vapi-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 193708d6e..3b323bc48 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -1209,7 +1209,7 @@ var httpObserver = { // Carry data for behind-the-scene redirects channel.setProperty( this.REQDATAKEY, - [lastRequest.type, vAPI.noTabId, null, 0, -1] + [0, -1, null, vAPI.noTabId, lastRequest.type] ); return; }