File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5634,13 +5634,13 @@ The <dfn export for=commands>emulation.setGeolocationOverride</dfn> command modi
5634
5634
? userContexts: [+browser.UserContext] ,
5635
5635
)
5636
5636
5637
- emulation.SetGeolocationOverrideSuccessParameters = {
5637
+ emulation.SetGeolocationOverrideSuccessParameters = (
5638
5638
coordinates: emulation.GeolocationCoordinates / null
5639
- } & emulation.SetGeolocationOverrideBaseParameters
5639
+ ) & emulation.SetGeolocationOverrideBaseParameters
5640
5640
5641
- emulation.SetGeolocationOverrideErrorParameters = {
5641
+ emulation.SetGeolocationOverrideErrorParameters = (
5642
5642
error: emulation.GeolocationPositionError
5643
- } & emulation.SetGeolocationOverrideBaseParameters
5643
+ ) & emulation.SetGeolocationOverrideBaseParameters
5644
5644
5645
5645
emulation.GeolocationCoordinates = {
5646
5646
latitude: -90.0..90.0,
You can’t perform that action at this time.
0 commit comments