[Webkit-unassigned] [Bug 50825] GeolocationPositionCache should do database access on background thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 20 08:07:57 PST 2010


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


Jeremy Orlow <jorlow at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #77001|1                           |0
        is obsolete|                            |




--- Comment #10 from Jeremy Orlow <jorlow at chromium.org>  2010-12-20 08:07:57 PST ---
(From update of attachment 77001)
View in context: https://bugs.webkit.org/attachment.cgi?id=77001&action=review

> WebCore/page/GeolocationPositionCache.cpp:206
> +        cachedPosition = m_cachedPosition;

You can't do this.  Geoposition is not threadsafe ref counted.  You'll need to copy all the individual values or add a method to get a copy.

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