Skip to content

Commit

Permalink
Editorial: remove now-redundant removal of event loop task
Browse files Browse the repository at this point in the history
Closes #4888. f4e2907 refactored these
steps to remove the task as part of step 2, so step 7 is no longer
needed.
  • Loading branch information
domenic committed Sep 13, 2019
1 parent b0e45d8 commit edcf2ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -91242,8 +91242,6 @@ dictionary <dfn>PromiseRejectionEventInit</dfn> : <span>EventInit</span> {
<li><p>Set the <span>event loop</span>'s <span>currently running task</span> back to
null.</p></li>

<li><p>Remove <var>oldestTask</var> from its <span>task queue</span>.</p></li>

<li><p><i>Microtasks</i>: <span>Perform a microtask checkpoint</span>.</p></li>

<li><p>Let <var>now</var> be the <span>current high resolution time</span>. <ref
Expand Down Expand Up @@ -124441,6 +124439,7 @@ INSERT INTERFACES HERE
Martin Thomson,
Masataka Yakura,
Masatoshi Kimura,
Mason Freed,
Mason Mize,
Mathias Bynens,
Mathieu Henri,
Expand Down

0 comments on commit edcf2ef

Please sign in to comment.