[Webkit-unassigned] [Bug 36315] New: Remove obsolete Geolocation::m_currentPosition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 12:04:54 PDT 2010


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

           Summary: Remove obsolete Geolocation::m_currentPosition
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bulach at chromium.org
                CC: steveblock at google.com, joth at chromium.org


A follow up on
https://bugs.webkit.org/show_bug.cgi?id=30676
needs to remove Geolocation::m_currentPosition.

Main reason:
void Geolocation::setIsAllowed(bool allowed)
...
       436         if (lastPosition())
       437             makeSuccessCallbacks();
...

but makeSuccessCallbacks() uses m_currentPosition rather than lastPosition(),
and asserts if it's not set.

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