[Webkit-unassigned] [Bug 50826] GeolocationPositionCache needs refactoring

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 17 00:49:41 PST 2010


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


Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com




--- Comment #16 from Carlos Garcia Campos <cgarcia at igalia.com>  2010-12-17 00:49:40 PST ---
It fails to build gtk port without geolocation support too, one #ifdef was enough for me to fix it:

+#if ENABLE(GEOLOCATION)
     PositionCacheWrapper m_positionCache;
+#endif

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