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:
gavin%gavinsharp.com 2006-08-07 22:36:27 +00:00
parent 02228dfc50
commit ed3d966d3b

View File

@ -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;