Skip to content

Commit 3154f72

Browse files
committed
Revert "Fix k-anon cache update in spec (WICG#1400)"
This reverts commit 65d9679.
1 parent 8e27d39 commit 3154f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7043,6 +7043,7 @@ 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|.
70467047
1. Let |request| be a new [=request=] with the following properties:
70477048
: [=request/URL=]
70487049
:: |ig|'s [=interest group/update url=]
@@ -7335,7 +7336,6 @@ navigating to another page. Some implementations, such as Chromium, have chosen
73357336
1. Set |ig|'s [=interest group/last updated=] to the [=current coarsened wall time=].
73367337
1. [=list/Replace=] the [=interest group=] that has |ig|'s [=interest group/owner=] and
73377338
[=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)