diff --git a/browser/components/places/src/nsPlacesTransactionsService.js b/browser/components/places/src/nsPlacesTransactionsService.js index 2ea6df15ec7..77f6c383c83 100644 --- a/browser/components/places/src/nsPlacesTransactionsService.js +++ b/browser/components/places/src/nsPlacesTransactionsService.js @@ -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) {