Bug 520374 - WebContentConverter.js needlessly includes debug.js. r=mano

This commit is contained in:
Dão Gottwald 2009-10-03 18:36:44 -04:00
parent 179c8bd321
commit 2ad67a32fd
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -940,5 +940,3 @@ function NSGetModule(cm, file) {
return XPCOMUtils.generateModule([WebContentConverterRegistrar]);
}
#include ../../../../toolkit/content/debug.js