Skip to content

Commit

Permalink
Spec: Fix broken references to Shared Storage (#156)
Browse files Browse the repository at this point in the history
Fixes references in the monkey patches following upstream changes
  • Loading branch information
dmcardle authored Aug 21, 2024
1 parent 80fbc0f commit 49cd4e0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1243,8 +1243,8 @@ steps. They return a [=pre-specified report parameters=], null, or a

</div>

The {{WindowSharedStorage}}'s {{WindowSharedStorage/run()}} method steps are
modified in four ways. First, add the following steps just after step 2 ("If
The {{SharedStorage}} {{SharedStorage/run()}} method steps are modified in four
ways. First, add the following steps just after step 2 ("If
{{Worklet/addModule()}} has not yet been called, ..."), renumbering later steps
as appropriate:
<div algorithm="shared-storage-run-monkey-patch-1">
Expand Down Expand Up @@ -1307,10 +1307,9 @@ Finally, at the end of the same nested scope, add the following step:

</div>

The {{WindowSharedStorage}}'s {{WindowSharedStorage/selectURL()}} method steps
are modified in three ways. First, add the following steps just after step 5
("If {{Worklet/addModule()}} has not yet been called, ..."), renumbering later
steps:
The {{SharedStorage}} {{SharedStorage/selectURL()}} method steps are modified in
three ways. First, add the following steps just after step 5 ("If
{{Worklet/addModule()}} has not yet been called, ..."), renumbering later steps:
<div algorithm="shared-storage-selecturl-monkey-patch-1">
6. Let |preSpecifiedParams| be the result of [=obtaining the pre-specified
report parameters=] given |options|.
Expand Down

0 comments on commit 49cd4e0

Please sign in to comment.