this fixes the logging of cosmetic filters in iframes

This commit is contained in:
gorhill 2015-07-18 09:15:08 -04:00
parent 10e77743b0
commit c7bb242302
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ var matchWhitelistDirective = function(url, hostname, directive) {
var injectNow = function(tabId) {
delete tabIdToTimerMap[tabId];
µBlock.scriptlets.inject(tabId, 'cosmetic-logger');
µBlock.scriptlets.injectDeep(tabId, 'cosmetic-logger');
};
var injectAsync = function(tabId) {