1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

Update PSL library to latest official version

This commit is contained in:
Raymond Hill 2019-02-12 12:00:20 -05:00
parent 8c4249a870
commit 2fb4dc8358
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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)
),
};
};