Skip to content

Commit 7a347d4

Browse files
authored
Fix enabled-on-self-origin-by-permissions-policy.https.sub.html (#54201)
The code didn't import `makeCreateOptions` and hence it caused `"ReferenceError: makeCreateOptions is not defined"`
1 parent d8c0b55 commit 7a347d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

digital-credentials/enabled-on-self-origin-by-permissions-policy.https.sub.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<body></body>
1010
<script type="module">
1111
import { makeGetOptions } from "./support/helper.js";
12+
import { makeCreateOptions } from "./support/helper.js";
1213
const { HTTPS_REMOTE_ORIGIN } = get_host_info();
1314
const get_same_origin_src =
1415
"/permissions-policy/resources/digital-credentials-get.html";

0 commit comments

Comments
 (0)