1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 09:09:38 +02:00
This commit is contained in:
gorhill 2017-08-05 10:01:59 -04:00
parent 61a538e9f2
commit af0b1b3db0
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -29,8 +29,8 @@ const hostName = 'ublock0';
/******************************************************************************/ /******************************************************************************/
function startup({ webExtension }) { function startup({ webExtension }, reason) {
webExtension.startup().then(api => { webExtension.startup(reason).then(api => {
let { browser } = api, let { browser } = api,
storageMigrator; storageMigrator;
let onMessage = function(message, sender, callback) { let onMessage = function(message, sender, callback) {