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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 3 06:27:37 PDT 2010


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





--- Comment #5 from Laszlo Gombos <laszlo.1.gombos at nokia.com>  2010-06-03 06:27:36 PST ---
(From update of attachment 57751)
> Index: JavaScriptCore/wtf/Platform.h
> ===================================================================
> --- JavaScriptCore/wtf/Platform.h	(revision 60618)
> +++ JavaScriptCore/wtf/Platform.h	(working copy)
> @@ -616,6 +616,10 @@
>  #define WTF_PLATFORM_CF 1
>  #endif
>  
> +#if PLATFORM(QT)
> +#define ENABLE_GEOLOCATION 1
> +#endif
> +

This change enables GEOLOCATION unconditionally for QtWebKit. This might be a leftover from development, I do not think we should have this change committed to trunk.

-- 
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