Bug 1765822: Do not assert but just bail out on missing event target in nsTimerImpl::InitCommon. r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D144540
This commit is contained in:
Jens Stutte 2022-04-25 10:46:25 +00:00
Родитель eccbf2e6d7
Коммит 5ee2800188
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -394,7 +394,6 @@ nsresult nsTimerImpl::InitCommon(const TimeDuration& aDelay, uint32_t aType,
Callback&& newCallback,
const MutexAutoLock& aProofOfLock) {
if (!mEventTarget) {
NS_ERROR("mEventTarget is NULL");
return NS_ERROR_NOT_INITIALIZED;
}