| Index: lib/child/bootstrap.js |
| =================================================================== |
| --- a/lib/child/bootstrap.js |
| +++ b/lib/child/bootstrap.js |
| @@ -83,17 +83,17 @@ |
| "": info.addonRoot + "lib/" |
| }, |
| globals: { |
| Components, Cc, Ci, Cu, Cr, atob, btoa, onShutdown, |
| addMessageListener, removeMessageListener, |
| sendAsyncMessage: sendAsyncMessageWithResponse, |
| sendSyncMessage: sendSyncMessageSingleResponse |
| }, |
| - modules: {"info": info}, |
| + modules: {"info": info, "messageManager": this}, |
| id: info.addonID |
| }); |
| onShutdown.add(() => unload(loader, "disable")) |
| main(loader, "child/main"); |
| } |
| function shutdown(message) |