зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1244248: Fix lint issue in test.
MozReview-Commit-ID: GOnZxDfzU61
This commit is contained in:
Родитель
ebf244d3f0
Коммит
d414422132
|
@ -60,7 +60,7 @@ function overrideCertDB() {
|
|||
let certDBFactory = {
|
||||
createInstance: function(outer, iid) {
|
||||
if (outer != null) {
|
||||
throw Cr.NS_ERROR_NO_AGGREGATION;
|
||||
throw Components.results.NS_ERROR_NO_AGGREGATION;
|
||||
}
|
||||
return fakeCertDB.QueryInterface(iid);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче