mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1014800 - don't redefine dump in browser context; r=wesj
--HG-- extra : rebase_source : a2e80414987cb24850973cb6d7bb1e5c7f8d5bba
This commit is contained in:
parent
fcc2e0210a
commit
30f9ba1f4f
@ -8,10 +8,6 @@
|
||||
let Cu = Components.utils;
|
||||
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
|
||||
|
||||
function dump(a) {
|
||||
Cc["@mozilla.org/consoleservice;1"].getService(Ci.nsIConsoleService).logStringMessage(a);
|
||||
}
|
||||
|
||||
XPCOMUtils.defineLazyModuleGetter(this, "Notifications",
|
||||
"resource://gre/modules/Notifications.jsm");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user