File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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
56345634 ? userContexts: [+browser.UserContext] ,
56355635 )
56365636
5637- emulation.SetGeolocationOverrideSuccessParameters = {
5637+ emulation.SetGeolocationOverrideSuccessParameters = (
56385638 coordinates: emulation.GeolocationCoordinates / null
5639- } & emulation.SetGeolocationOverrideBaseParameters
5639+ ) & emulation.SetGeolocationOverrideBaseParameters
56405640
5641- emulation.SetGeolocationOverrideErrorParameters = {
5641+ emulation.SetGeolocationOverrideErrorParameters = (
56425642 error: emulation.GeolocationPositionError
5643- } & emulation.SetGeolocationOverrideBaseParameters
5643+ ) & emulation.SetGeolocationOverrideBaseParameters
56445644
56455645 emulation.GeolocationCoordinates = {
56465646 latitude: -90.0..90.0,
You can’t perform that action at this time.
0 commit comments