[Webkit-unassigned] [Bug 39724] [Qt] navigator.geolocation support for qt port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 10 09:18:24 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39724





--- Comment #20 from Laszlo Gombos <laszlo.1.gombos at nokia.com>  2010-06-10 09:18:21 PST ---
(In reply to comment #19)
> (From update of attachment 58367 [details])
> > +## load mobilityconfig if mobility is available 
> > +load(mobilityconfig, true)
> 
> I nit - I think we should test to make sure that the mobility.prf exists before loading it ? 

>From bug 39357

A better fix is to replace

load(mobilityconfig)

with

load(mobilityconfig,true)

where the second argument (true) means: ignore errors when loading

I will mark https://bug-39357-attachments.webkit.org/attachment.cgi?id=58142 obsolete as this patch should take care of this as well.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list