Bug 983916 - Remove the classinfo on WebContentConverterRegistrar; r=gavin

This commit is contained in:
Ehsan Akhgari 2014-03-15 15:57:37 -04:00
parent 4f870b786b
commit e7c77a3a8e

View File

@ -874,12 +874,6 @@ WebContentConverterRegistrar.prototype = {
},
classID: WCCR_CLASSID,
classInfo: XPCOMUtils.generateCI({classID: WCCR_CLASSID,
contractID: WCCR_CONTRACTID,
interfaces: [Ci.nsIWebContentConverterService,
Ci.nsIWebContentHandlerRegistrar,
Ci.nsIObserver, Ci.nsIFactory],
flags: Ci.nsIClassInfo.DOM_OBJECT}),
/**
* See nsISupports