зеркало из https://github.com/mozilla/gecko-dev.git
Bug 243621 Standardize QueryInterface without throw
r=neil sr=darin
This commit is contained in:
Родитель
7b6a93e7f8
Коммит
fd28dba6de
|
@ -506,10 +506,10 @@ sampleJSTransaction.prototype = {
|
|||
return false;
|
||||
},
|
||||
|
||||
QueryInterface: function(aUID, theResult)
|
||||
QueryInterface: function(aIID, theResult)
|
||||
{
|
||||
if (aUID.equals(Components.interfaces.nsITransaction) ||
|
||||
aUID.equals(Components.interfaces.nsISupports))
|
||||
if (aIID.equals(Components.interfaces.nsITransaction) ||
|
||||
aIID.equals(Components.interfaces.nsISupports))
|
||||
return this;
|
||||
|
||||
Components.returnCode = Components.results.NS_ERROR_NO_INTERFACE;
|
||||
|
|
Загрузка…
Ссылка в новой задаче