From 9bc55982853adcb5c4a51b22743758ea8858b589 Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 23 Sep 2014 11:31:11 -0400 Subject: [PATCH] code review --- js/traffic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/traffic.js b/js/traffic.js index 8d705491e..1c788036f 100644 --- a/js/traffic.js +++ b/js/traffic.js @@ -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);