[Webkit-unassigned] [Bug 105651] New: Invalid assert in GeolocationClientBlackBerry.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 21 12:38:09 PST 2012


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

           Summary: Invalid assert in GeolocationClientBlackBerry.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jmason at rim.com


GeolocationClientBlackBerry::cancelPermissionRequest contains an ASSERT that the origin is in m_geolocationRequestMap. But it's perfectly valid for the location to not be in the map - for instance, if GeolocationClientBlackBerry::requestPermission returned immediately, without putting it in the map, because geolocation was disabled. In this case the correct thing to do is just return - there is nothing to be done to cancel the permission.

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