mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
Update PSL library to latest official version
This commit is contained in:
parent
8c4249a870
commit
2fb4dc8358
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ const toSelfie = function(encoder) {
|
|||
return {
|
||||
magic: SELFIE_MAGIC,
|
||||
buf32: Array.from(
|
||||
new Uint32Array(this.buf32.buffer, 0, pslByteLength >>> 2)
|
||||
new Uint32Array(pslBuffer8.buffer, 0, pslByteLength >>> 2)
|
||||
),
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue