mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fix #2799 (uBO side), as per https://bugzilla.mozilla.org/show_bug.cgi?id=1383064#c4
This commit is contained in:
parent
61a538e9f2
commit
af0b1b3db0
1 changed files with 2 additions and 2 deletions
4
platform/webext/bootstrap.js
vendored
4
platform/webext/bootstrap.js
vendored
|
|
@ -29,8 +29,8 @@ const hostName = 'ublock0';
|
|||
|
||||
/******************************************************************************/
|
||||
|
||||
function startup({ webExtension }) {
|
||||
webExtension.startup().then(api => {
|
||||
function startup({ webExtension }, reason) {
|
||||
webExtension.startup(reason).then(api => {
|
||||
let { browser } = api,
|
||||
storageMigrator;
|
||||
let onMessage = function(message, sender, callback) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue