From edcf2eff7570fd142188e45350eb9c69bad9b9fc Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Mon, 9 Sep 2019 15:23:07 -0400 Subject: [PATCH] Editorial: remove now-redundant removal of event loop task Closes #4888. f4e29076caad1779336adea40ac2125d6d1c9496 refactored these steps to remove the task as part of step 2, so step 7 is no longer needed. --- source | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source b/source index ec003781e70..e90a07edb64 100644 --- a/source +++ b/source @@ -91242,8 +91242,6 @@ dictionary PromiseRejectionEventInit : EventInit {
  • Set the event loop's currently running task back to null.

  • -
  • Remove oldestTask from its task queue.

  • -
  • Microtasks: Perform a microtask checkpoint.

  • Let now be the current high resolution time.