Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Aug 28, 2016
1 parent ca13e1a commit 3a459bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/traffic.js
Expand Up @@ -422,7 +422,7 @@ var onFrameHeadersReceived = function(details) {
return processCSP(
details,
pageStore,
pageStore.createContextFromFrameId(details.parentFrameId)
pageStore.createContextFromFrameId(details.frameId)
);
};

Expand Down

0 comments on commit 3a459bb

Please sign in to comment.