1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 06:07:11 +02:00

Merge pull request #1388 from gorhill/chrisaljoudi

this fixes overlooked code change in 1d3205ea817ccb8a2f03bbaecc9daf19…
This commit is contained in:
Chris Aljoudi 2015-05-17 22:28:14 -06:00
commit 0c7b0cc321

View File

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