File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 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
56345634 ? userContexts: [+browser.UserContext] ,
56355635 )
56365636
5637- emulation.SetGeolocationOverrideSuccessParameters = {
5637+ emulation.SetGeolocationOverrideSuccessParameters = &(
5638+ emulation.SetGeolocationOverrideBaseParameters,
56385639 coordinates: emulation.GeolocationCoordinates / null
5639- } & emulation.SetGeolocationOverrideBaseParameters
5640+ )
56405641
5641- emulation.SetGeolocationOverrideErrorParameters = {
5642+ emulation.SetGeolocationOverrideErrorParameters = &(
5643+ emulation.SetGeolocationOverrideBaseParameters,
56425644 error: emulation.GeolocationPositionError
5643- } & emulation.SetGeolocationOverrideBaseParameters
5645+ )
56445646
56455647 emulation.GeolocationCoordinates = {
56465648 latitude: -90.0..90.0,
You can’t perform that action at this time.
0 commit comments