зеркало из https://github.com/mozilla/pjs.git
bug 372573 - Replace invalid error codes with NS_ERROR_NO_INTERFACE. r1=ctalbert, r2=jminta
This commit is contained in:
Родитель
4128717293
Коммит
ad5aa4e5cd
|
@ -1052,7 +1052,7 @@ WebDavResource.prototype = {
|
|||
return this;
|
||||
}
|
||||
|
||||
throw Components.interfaces.NS_NO_INTERFACE;
|
||||
throw Components.interfaces.NS_ERROR_NO_INTERFACE;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -924,7 +924,7 @@ WebDavResource.prototype = {
|
|||
iid.equals(CI.nsISupports)) {
|
||||
return this;
|
||||
}
|
||||
throw Components.interfaces.NS_NO_INTERFACE;
|
||||
throw Components.interfaces.NS_ERROR_NO_INTERFACE;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@ Resource.prototype = {
|
|||
return this;
|
||||
}
|
||||
|
||||
throw Components.interfaces.NS_NO_INTERFACE;
|
||||
throw Components.interfaces.NS_ERROR_NO_INTERFACE;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче