mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 520374 - WebContentConverter.js needlessly includes debug.js. r=mano
This commit is contained in:
parent
179c8bd321
commit
2ad67a32fd
@ -37,6 +37,8 @@
|
||||
#
|
||||
# ***** END LICENSE BLOCK ***** */
|
||||
|
||||
Components.utils.import("resource://gre/modules/debug.js");
|
||||
|
||||
const Cc = Components.classes;
|
||||
const Ci = Components.interfaces;
|
||||
const Cr = Components.results;
|
||||
@ -684,5 +686,4 @@ function NSGetModule(cm, file) {
|
||||
return Module;
|
||||
}
|
||||
|
||||
#include ../../../../toolkit/content/debug.js
|
||||
#include GenericFactory.js
|
||||
|
@ -940,5 +940,3 @@ function NSGetModule(cm, file) {
|
||||
return XPCOMUtils.generateModule([WebContentConverterRegistrar]);
|
||||
}
|
||||
|
||||
#include ../../../../toolkit/content/debug.js
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user