зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1351231, 1351231, 1351231, 1351231, 1351231: apply code formatting via Lando
# ignore-this-changeset
This commit is contained in:
Родитель
14ff5b1650
Коммит
7310d9e57b
|
@ -208,8 +208,7 @@ IPCResult FetchParent::RecvAbortFetchOp() {
|
|||
mIsDone = true;
|
||||
|
||||
RefPtr<FetchParent> self = this;
|
||||
nsCOMPtr<nsIRunnable> r = NS_NewRunnableFunction(
|
||||
__func__, [self]() mutable {
|
||||
nsCOMPtr<nsIRunnable> r = NS_NewRunnableFunction(__func__, [self]() mutable {
|
||||
FETCH_LOG(("FetchParent::RecvAbortFetchOp Runnable"));
|
||||
AssertIsOnMainThread();
|
||||
if (self->mResponsePromises) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче