Skip to content

Commit 3c0a160

Browse files
antosartchromium-wpt-export-bot
authored andcommitted
[permissions] Make the ApproximateGeolocationPermissionAPI experimental
Bug: 494089503 Change-Id: Ibc45f7e4b37e0788c8fa30d21b386fad99f14e5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7705836 Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/main@{#1616447}
1 parent fa63313 commit 3c0a160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

permissions/idlharness.any.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ idl_test(
1010
['html', 'dom'],
1111
async idl_array => {
1212
try {
13-
self.permissionStatus = await navigator.permissions.query({ name: "geolocation" });
13+
self.permissionStatus = await navigator.permissions.query({ name: "notifications" });
1414
} catch (e) {}
1515

1616
if (self.GLOBAL.isWorker()) {

0 commit comments

Comments
 (0)