@@ -1243,8 +1243,8 @@ steps. They return a [=pre-specified report parameters=], null, or a
1243
1243
1244
1244
</div>
1245
1245
1246
- The {{WindowSharedStorage}} 's {{WindowSharedStorage /run()}} method steps are
1247
- modified in four ways. First, add the following steps just after step 2 ("If
1246
+ The {{SharedStorage}} {{SharedStorage /run()}} method steps are modified in four
1247
+ ways. First, add the following steps just after step 2 ("If
1248
1248
{{Worklet/addModule()}} has not yet been called, ..."), renumbering later steps
1249
1249
as appropriate:
1250
1250
<div algorithm="shared-storage-run-monkey-patch-1">
@@ -1307,10 +1307,9 @@ Finally, at the end of the same nested scope, add the following step:
1307
1307
1308
1308
</div>
1309
1309
1310
- The {{WindowSharedStorage}} 's {{WindowSharedStorage/selectURL()}} method steps
1311
- are modified in three ways. First, add the following steps just after step 5
1312
- ("If {{Worklet/addModule()}} has not yet been called, ..."), renumbering later
1313
- steps:
1310
+ The {{SharedStorage}} {{SharedStorage/selectURL()}} method steps are modified in
1311
+ three ways. First, add the following steps just after step 5 ("If
1312
+ {{Worklet/addModule()}} has not yet been called, ..."), renumbering later steps:
1314
1313
<div algorithm="shared-storage-selecturl-monkey-patch-1">
1315
1314
6. Let |preSpecifiedParams| be the result of [=obtaining the pre-specified
1316
1315
report parameters=] given |options|.
0 commit comments