Skip to content

Commit a6496e5

Browse files
committed
fixed bad test
1 parent ce45a61 commit a6496e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/traffic.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ var onBeforeRequestHandler = function(details) {
8282
reason = µb.abpFilters.matchString(pageStore, requestURL, requestType, requestHostname);
8383
}
8484
// Record what happened.
85-
if ( pageStore ) {
85+
if ( pageStore.recordRequest ) {
8686
pageStore.recordRequest(requestType, requestURL, reason);
8787
}
8888

0 commit comments

Comments
 (0)