1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

code review

This commit is contained in:
gorhill 2014-09-23 11:31:11 -04:00
parent 5b08dbef67
commit 9bc5598285

View File

@ -231,7 +231,7 @@ var cr410382Workaround = function(details) {
// Reference: https://codereview.chromium.org/451923002/patch/120001/130008
var requestType = requestedWith.indexOf('ShockwaveFlash') !== -1 ?
'object' :
µb.transposeType(requestType, requestPath);
µb.transposeType(details.type, requestPath);
// Lookup the page store associated with this tab id.
var pageStore = µb.pageStoreFromTabId(details.tabId);