mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
We don't implement classinfo after all (i.e. shut the console errors), follow-up patch on bug 376004.
This commit is contained in:
parent
7df9db0546
commit
fe83315080
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user