mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Need this to distinguish FilterMessage instances
This commit is contained in:
parent
c142d9af67
commit
b69f809d91
1 changed files with 2 additions and 1 deletions
|
|
@ -3122,7 +3122,8 @@ class FilterMessage {
|
|||
return filterDataAlloc(args[0], bidiTrie.storeString(msg), msg.length);
|
||||
}
|
||||
|
||||
static keyFromArgs() {
|
||||
static keyFromArgs(args) {
|
||||
return `${args[1]}`;
|
||||
}
|
||||
|
||||
static logData(idata, details) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue