This commit is contained in:
gorhill 2016-09-24 17:19:52 -04:00
parent b30648dd47
commit 1a29be62fb
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "uBlock Origin",
"version": "1.9.8",
"version": "1.9.10",
"default_locale": "en",
"description": "__MSG_extShortDesc__",

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "uBlock Origin",
"version": "1.9.8",
"version": "1.9.10",
"default_locale": "en",
"description": "__MSG_extShortDesc__",

View File

@ -1977,7 +1977,7 @@ FilterContainer.prototype.fromCompiledContent = function(lineIter) {
if ( token === '.' ) {
if ( entry === undefined ) {
entry = new FilterHostnameDict();
bucket.set('.', new FilterHostnameDict());
bucket.set('.', entry);
}
// 'fclass' is hostname
if ( entry.add(fclass) === false ) {