зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1696347 - Remove redundant nullptr checks of return value of infallible new in dom/workers. r=dom-worker-reviewers,janv
Differential Revision: https://phabricator.services.mozilla.com/D107179
This commit is contained in:
Родитель
dfa4cc0ad4
Коммит
383ac52946
|
@ -709,9 +709,6 @@ bool WorkerDebuggeeRunnable::PreDispatch(WorkerPrivate* aWorkerPrivate) {
|
|||
}
|
||||
|
||||
mSender = new ThreadSafeWorkerRef(strongRef);
|
||||
if (!mSender) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return WorkerRunnable::PreDispatch(aWorkerPrivate);
|
||||
|
|
Загрузка…
Ссылка в новой задаче