Bug 1529591 Comment 25 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The error is `dom/geolocation/nsGeolocation.cpp:1258:8: error: Refcounted variable 'request' of type 'nsGeolocationRequest' cannot be captured by a lambda`

This builds fine locally. I assume the build machine has an additional level of checks, I'll have to investigate how to get this to capture.
The error is `dom/geolocation/nsGeolocation.cpp:1258:8: error: Refcounted variable 'request' of type 'nsGeolocationRequest' cannot be captured by a lambda`

This builds fine locally. I assume the build machine has an additional level of checks, I'll have to investigate how to get this to capture.

EDIT: use `mach static-analysis check dom/geolocation/nsGeolocation.cpp` to reveal the error

Back to Bug 1529591 Comment 25