зеркало из https://github.com/mozilla/gecko-dev.git
Typo fix. (Component->Components) No bug. r=mvl
This commit is contained in:
Родитель
699c857615
Коммит
931c0839b1
|
@ -269,7 +269,7 @@ calTransaction.prototype = {
|
||||||
QueryInterface: function (aIID) {
|
QueryInterface: function (aIID) {
|
||||||
if (!aIID.equals(Components.interfaces.nsISupports) &&
|
if (!aIID.equals(Components.interfaces.nsISupports) &&
|
||||||
!aIID.equals(Components.interfaces.nsITransaction) &&
|
!aIID.equals(Components.interfaces.nsITransaction) &&
|
||||||
!aIID.equals(Component.interfaces.calIOperationListener))
|
!aIID.equals(Components.interfaces.calIOperationListener))
|
||||||
{
|
{
|
||||||
throw Components.results.NS_ERROR_NO_INTERFACE;
|
throw Components.results.NS_ERROR_NO_INTERFACE;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче