Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Sep 23, 2014
1 parent 5b08dbe commit 9bc5598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/traffic.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9bc5598

Please sign in to comment.