From 90d5f45691837502a3146d2fca0b38ff0d9d9452 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 16 Jan 2019 12:34:32 +0100 Subject: [PATCH] Editorial: use relevant agent for agent cluster definitions This also addresses a missing agent variable introduction. --- source | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/source b/source index 8e1db3304e5..b9d73632623 100644 --- a/source +++ b/source @@ -88952,17 +88952,16 @@ import "https://example.com/foo/../module2.mjs"; worker agent, or service worker agent, agent, can share memory with any dedicated worker agent whose single realm's global object's owner - set contains an item whose relevant Realm - belongs to agent.

+ set contains an item whose relevant agent is agent.

"Item" is used above as an owner set can contain Document objects.

-

A similar-origin window agent can share memory with any - worklet agent whose single realm's +

A similar-origin window agent agent can share memory with + any worklet agent whose single realm's global object's - owner document's - relevant Realm belongs to agent.

+ owner document's relevant agent + is agent.

In addition, any agent A can share memory with: