Skip to content

Commit 65d9679

Browse files
authored
Fix k-anon cache update in spec (#1400)
1 parent 0422213 commit 65d9679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7043,7 +7043,6 @@ navigating to another page. Some implementations, such as Chromium, have chosen
70437043
Note: Implementations can consider loading only a portion of these interest groups
70447044
at a time to avoid issuing too many requests at once.
70457045
1. Let |ig| be a deep copy of |originalInterestGroup|.
7046-
1. Run [=update k-anonymity cache for interest group=] for |ig|.
70477046
1. Let |request| be a new [=request=] with the following properties:
70487047
: [=request/URL=]
70497048
:: |ig|'s [=interest group/update url=]
@@ -7336,6 +7335,7 @@ navigating to another page. Some implementations, such as Chromium, have chosen
73367335
1. Set |ig|'s [=interest group/last updated=] to the [=current coarsened wall time=].
73377336
1. [=list/Replace=] the [=interest group=] that has |ig|'s [=interest group/owner=] and
73387337
[=interest group/name=] in the [=user agent=]'s [=interest group set=] with |ig|.
7338+
1. Run [=update k-anonymity cache for interest group=] for |ig|.
73397339
1. <i id=abort-update>Abort update</i>: We jump here if some part of the
73407340
[=interest group=] update failed. [=iteration/Continue=] to the next [=interest group=] update.
73417341

0 commit comments

Comments
 (0)