mirror of https://github.com/gorhill/uBlock.git
fix case 2 of #3199
This commit is contained in:
parent
8d44bf9837
commit
f71d3689a9
|
@ -1380,7 +1380,7 @@ FilterContainer.prototype.fromCompiledContent = function(
|
||||||
// low generic, complex
|
// low generic, complex
|
||||||
case 1: // #tads + div + .c
|
case 1: // #tads + div + .c
|
||||||
case 3: // .Mpopup + #Mad > #MadZone
|
case 3: // .Mpopup + #Mad > #MadZone
|
||||||
db = args[0] === 0 ? this.lowlyGeneric.id : this.lowlyGeneric.cl;
|
db = args[0] === 1 ? this.lowlyGeneric.id : this.lowlyGeneric.cl;
|
||||||
bucket = db.complex.get(args[1]);
|
bucket = db.complex.get(args[1]);
|
||||||
if ( bucket === undefined ) {
|
if ( bucket === undefined ) {
|
||||||
if ( db.simple.has(args[1]) ) {
|
if ( db.simple.has(args[1]) ) {
|
||||||
|
|
Loading…
Reference in New Issue