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) {