зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
eccbf2e6d7
Коммит
5ee2800188
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче