fixed bad test

This commit is contained in:
gorhill 2014-06-26 20:25:01 -04:00
parent ce45a617c8
commit a6496e5cfb
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ var onBeforeRequestHandler = function(details) {
reason = µb.abpFilters.matchString(pageStore, requestURL, requestType, requestHostname);
}
// Record what happened.
if ( pageStore ) {
if ( pageStore.recordRequest ) {
pageStore.recordRequest(requestType, requestURL, reason);
}