| Index: lib/contentPolicy.js | 
| =================================================================== | 
| --- a/lib/contentPolicy.js | 
| +++ b/lib/contentPolicy.js | 
| @@ -144,7 +144,7 @@ | 
| function addHit(match) | 
| { | 
| if (!PrivateBrowsingUtils.isContentWindowPrivate(wnd)) | 
| - FilterStorage.increaseHitCount(match); | 
| + FilterStorage.increaseHitCount(match, wnd); | 
| } | 
| if (!match && Prefs.enabled) |