RESOLVED FIXED 219165
Regression(r267865) Geolocation API's error callback should be nullable
https://bugs.webkit.org/show_bug.cgi?id=219165
Summary Regression(r267865) Geolocation API's error callback should be nullable
Chris Dumez
Reported 2020-11-19 09:06:05 PST
Geolocation API's error callback should be nullable. The callback is nullable in both Firefox and Chrome and there is at least one WPT test that fails unless the error callback is nullable. The specification does not have this parameter as nullable. However, it is particularly risky to be the only engine matching the specification here, especially considering that we used to match other browser engines.
Attachments
Patch (8.84 KB, patch)
2020-11-19 09:17 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2020-11-19 09:17:52 PST
Geoffrey Garen
Comment 2 2020-11-19 09:41:15 PST
Comment on attachment 414590 [details] Patch r=me
EWS
Comment 3 2020-11-19 13:07:10 PST
Committed r270048: <https://trac.webkit.org/changeset/270048> All reviewed patches have been landed. Closing bug and clearing flags on attachment 414590 [details].
Radar WebKit Bug Importer
Comment 4 2020-11-19 13:08:17 PST
Sam Weinig
Comment 5 2020-11-20 09:37:05 PST
Did you file a bug on the spec?
Chris Dumez
Comment 6 2020-11-20 10:09:15 PST
(In reply to Sam Weinig from comment #5) > Did you file a bug on the spec? Now yes: https://github.com/w3c/geolocation-api/issues/61
Sam Weinig
Comment 7 2020-11-20 14:42:34 PST
(In reply to Chris Dumez from comment #6) > (In reply to Sam Weinig from comment #5) > > Did you file a bug on the spec? > > Now yes: https://github.com/w3c/geolocation-api/issues/61 Thanks!
Note You need to log in before you can comment on or make changes to this bug.