Skip to content

Commit

Permalink
Fix resource reference references.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalecurtis committed Jan 28, 2025
1 parent 5a2f769 commit b9a8e34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -3104,7 +3104,7 @@
3. Let |resource| be the [=media resource=] referenced by
|value|'s {{AudioData/[[resource reference]]}}.
4. Let |newReference| be a new reference to |resource|.
5. Assign |newReference| to |serialized|.[[resource reference]].
5. Assign |newReference| to |serialized.resource reference|.
6. For all remaining {{AudioData}} internal slots (excluding
{{AudioData/[[resource reference]]}}) in |value|, assign the value of
each internal slot to a field in |serialized| with the same name as the
Expand Down Expand Up @@ -3847,7 +3847,7 @@
9. Let |planeLayouts| be a new [=list=].
10. Enqueue the following steps to |copyStepsQueue|:
1. Let resource be the [=media resource=] referenced by
[[resource reference]].
{{VideoFrame/[[resource reference]]}}.
2. Let |numPlanes| be the number of planes as defined by
{{VideoFrame/[[format]]}}.
3. Let |planeIndex| be `0`.
Expand Down Expand Up @@ -4121,7 +4121,7 @@
: <dfn export>Clone VideoFrame</dfn> (with |frame|)
:: 1. Let |clone| be a new {{VideoFrame}} initialized as follows:
1. Let |resource| be the [=media resource=] referenced by |frame|’s
[[resource reference]].
{{VideoFrame/[[resource reference]]}}.
2. Let |newReference| be a new reference to |resource|.
3. Assign |newReference| to |clone|'s
{{VideoFrame/[[resource reference]]}}.
Expand Down Expand Up @@ -4379,7 +4379,7 @@
3. Let |resource| be the [=media resource=] referenced by
|value|'s {{VideoFrame/[[resource reference]]}}.
4. Let |newReference| be a new reference to |resource|.
5. Assign |newReference| to |serialized|.[[resource reference]].
5. Assign |newReference| to |serialized.resource reference|.
6. For all remaining {{VideoFrame}} internal slots (excluding
{{VideoFrame/[[resource reference]]}}) in |value|, assign the value of
each internal slot to a field in |serialized| with the same name as the
Expand Down

0 comments on commit b9a8e34

Please sign in to comment.