1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-19 03:05:22 +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 }) {
webExtension.startup().then(api => {
function startup({ webExtension }, reason) {
webExtension.startup(reason).then(api => {
let { browser } = api,
storageMigrator;
let onMessage = function(message, sender, callback) {