[webkit-reviews] review granted: [Bug 104123] [BlackBerry] GeolocationClientBB only holding the latest geolocation permission request : [Attachment 177755] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 5 08:20:23 PST 2012


Yong Li <yoli at rim.com> has granted otcheung at rim.com's request for review:
Bug 104123: [BlackBerry] GeolocationClientBB only holding the latest
geolocation permission request
https://bugs.webkit.org/show_bug.cgi?id=104123

Attachment 177755: Patch
https://bugs.webkit.org/attachment.cgi?id=177755&action=review

------- Additional Comments from Yong Li <yoli at rim.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=177755&action=review


> Source/WebKit/blackberry/WebCoreSupport/GeolocationClientBlackBerry.cpp:113
> +    ASSERT(it != m_geolocationRequestMap.end());
> +    if (it == m_geolocationRequestMap.end())
> +	   return;

I feel much better. Thanks!


More information about the webkit-reviews mailing list