[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 07:51:22 PST 2010


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


Jeremy Orlow <jorlow at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #76999|review?                     |review-
               Flag|                            |




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

> WebCore/page/GeolocationPositionCache.cpp:221
> +    MutexLocker lock(m_cachedPositionMutex);

You probably should just save the data off while you hold the lock above.

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