зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1495228 - Api change from PR#3147.
--HG-- extra : rebase_source : 1022bfdef60b98c28ff37e60a90bd79c4549d415
This commit is contained in:
Родитель
cca06c782d
Коммит
29df14d6ac
|
@ -1137,7 +1137,7 @@ pub extern "C" fn wr_transaction_notify(txn: &mut Transaction, when: Checkpoint,
|
|||
}
|
||||
}
|
||||
|
||||
let handler = Arc::new(GeckoNotification(event));
|
||||
let handler = Box::new(GeckoNotification(event));
|
||||
txn.notify(NotificationRequest::new(when, handler));
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче