Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Tanzer committed Aug 23, 2023
1 parent 3085956 commit 401777c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ Several APIs specific to fenced frames are defined on the {{Fence}} interface.
[Exposed=Window]
interface Fence {
undefined reportEvent(ReportEventType event);
undefined setReportEventDataForAutomaticBeacons(FenceEvent event);
undefined setReportEventDataForAutomaticBeacons(optional FenceEvent event);
sequence<FencedFrameConfig> getNestedConfigs();
};
</pre>
Expand Down

0 comments on commit 401777c

Please sign in to comment.