From 09d97e3b2815ef8c5f0c274e322c449a647757b2 Mon Sep 17 00:00:00 2001 From: Daniel Ehrenberg Date: Mon, 20 May 2019 13:47:09 +0200 Subject: [PATCH] Clean up definition of Atomics.waitAsync task source --- source | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source b/source index b18d6a43a15..a78cafc19db 100644 --- a/source +++ b/source @@ -89480,15 +89480,13 @@ dictionary PromiseRejectionEventInit : EventInit {
  1. Let agent be the agent corresponding to agentSignifier.

  2. -

    Queue a task on the Atomics.waitAsync task source in agent's event loop to run the following steps:

    +

    Queue a task on the Atomics.waitAsync task source in agent's event loop to run the following steps:

    1. Perform ! Call(promiseCapability.[[Resolve]], undefined, « resolution »).
-

The task source for these tasks in this section is the Atomics.waitAsync task source.

-

Event loops