Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/whitelisting.js

Issue 29330321: Issue 3334 - Fix warnings spotted during testing before release (Closed)
Patch Set: Remove redundant mapping for the large icon Created Nov. 17, 2015, 9:03 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | metadata.common » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/whitelisting.js
diff --git a/lib/whitelisting.js b/lib/whitelisting.js
index e98e75b7e564b3d3504ef4890099dfe454ac1be8..7bdd83f2c62124d0b0e2d6c5cdb8393ecb56e237 100644
--- a/lib/whitelisting.js
+++ b/lib/whitelisting.js
@@ -70,6 +70,7 @@ exports.isFrameWhitelisted = function(page, frame, typeMask)
return false;
};
+let getKey =
/**
* Gets the public key, previously recorded for the given page
* and frame, to be considered for the $sitekey filter option.
« no previous file with comments | « no previous file | metadata.common » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld