mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 338841: fix typo in updateListener.QueryInterface (updates.js), patch by Regis Caspar <regis.caspar+bz@gmail.com>, r=darin
This commit is contained in:
parent
02228dfc50
commit
ed3d966d3b
@ -572,7 +572,7 @@ var gCheckingPage = {
|
||||
/**
|
||||
* See nsISupports.idl
|
||||
*/
|
||||
QueryInterface: function(iid) {
|
||||
QueryInterface: function(aIID) {
|
||||
if (!aIID.equals(Components.interfaces.nsIUpdateCheckListener) &&
|
||||
!aIID.equals(Components.interfaces.nsISupports))
|
||||
throw Components.results.NS_ERROR_NO_INTERFACE;
|
||||
|
Loading…
Reference in New Issue
Block a user