Skip to content

Commit

Permalink
Set directFromSellerSignals dict members to null (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
caraitto authored Oct 13, 2023
1 parent 82cbe4e commit d68ea6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3373,15 +3373,15 @@ dictionary ReportWinBrowserSignals : ReportingBrowserSignals {

<xmp class="idl">
dictionary DirectFromSellerSignalsForBuyer {
any auctionSignals;
any perBuyerSignals;
any auctionSignals = null;
any perBuyerSignals = null;
};
</xmp>

<xmp class="idl">
dictionary DirectFromSellerSignalsForSeller {
any auctionSignals;
any sellerSignals;
any auctionSignals = null;
any sellerSignals = null;
};
</xmp>

Expand Down

0 comments on commit d68ea6e

Please sign in to comment.