File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5634,13 +5634,15 @@ 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
+ emulation.SetGeolocationOverrideBaseParameters,
5638
5639
coordinates: emulation.GeolocationCoordinates / null
5639
- } & emulation.SetGeolocationOverrideBaseParameters
5640
+ )
5640
5641
5641
- emulation.SetGeolocationOverrideErrorParameters = {
5642
+ emulation.SetGeolocationOverrideErrorParameters = &(
5643
+ emulation.SetGeolocationOverrideBaseParameters,
5642
5644
error: emulation.GeolocationPositionError
5643
- } & emulation.SetGeolocationOverrideBaseParameters
5645
+ )
5644
5646
5645
5647
emulation.GeolocationCoordinates = {
5646
5648
latitude: -90.0..90.0,
You can’t perform that action at this time.
0 commit comments