Bug 529077: forgot the comment

This commit is contained in:
Mark Finkle 2009-11-16 15:01:13 -05:00
Родитель 284eedc756
Коммит 6c3782455d
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -79,6 +79,10 @@ DirectoryProvider.prototype = {
return profile;
}
}
// We are retuning null to show failure instead for throwing an error. The
// interface is called quite a bit and throwing an error is noisy. Returning
// null works with the way the interface is called [see bug 529077]
return null;
}
};