Bug 1244248: Fix lint issue in test.

MozReview-Commit-ID: GOnZxDfzU61
This commit is contained in:
Dave Townsend 2016-03-16 10:28:21 -07:00
Родитель ebf244d3f0
Коммит d414422132
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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