We don't implement classinfo after all (i.e. shut the console errors), follow-up patch on bug 376004.

This commit is contained in:
mozilla.mano@sent.com 2007-07-16 12:47:19 -07:00
parent 7df9db0546
commit fe83315080

View File

@ -179,7 +179,7 @@ placesBaseTransaction.prototype = {
},
// nsISupports
QueryInterface: XPCOMUtils.generateQI([Ci.nsITransaction, Ci.nsIClassInfo, Ci.nsISupports]),
QueryInterface: XPCOMUtils.generateQI([Ci.nsITransaction, Ci.nsISupports]),
};
function placesAggregateTransactions(name, transactions) {