[webkit-dev] PositionOptions null
Greg Bolsinga
bolsinga at apple.com
Sat Dec 13 15:30:46 PST 2008
On Dec 13, 2008, at 2:25 PM, Greg Bolsinga wrote:
> On Dec 12, 2008, at 12:50 PM, Aurelian Maga wrote:
>
>> Hello,
>>
>> I'm trying the geolocation api (gtk implementation with geoclue)
>> and in a javascript I'm creating a postionoptions object like this:
>>
>> var options = {enableHighAccuracy:true,timeout:30000};
>>
>> and pass this to getCurrentPosition. The
>> GeolocationServiceGtk::startUpdating(PositionOptions* options) is
>> being called but the options object is null.
>>
>> Could someone point me in the right direction to fix this?
>
> Yeah, this is a known issue that doesn't have a bug! Can you file a
> bug? ;) Thanks, -- Greg
I went ahead and filed:
https://bugs.webkit.org/show_bug.cgi?id=22847
It has a patch too.
-- Greg
More information about the webkit-dev
mailing list