| Index: lib/contentPolicy.js |
| =================================================================== |
| --- a/lib/contentPolicy.js |
| +++ b/lib/contentPolicy.js |
| @@ -308,8 +308,10 @@ |
| /** |
| * Asynchronously re-checks filters for given nodes. |
| + * @param {Node[]} nodes |
| + * @param {RequestEntry} entry |
| */ |
| - refilterNodes: function(/**Node[]*/ nodes, /**RequestEntry*/ entry) |
| + refilterNodes: function(nodes, entry) |
| { |
| // Ignore nodes that have been blocked already |
| if (entry.filter && !(entry.filter instanceof WhitelistFilter)) |