RESOLVED FIXED Bug 34343
Client-based Geolocation starts updating before getting consent from the user
https://bugs.webkit.org/show_bug.cgi?id=34343
Summary Client-based Geolocation starts updating before getting consent from the user
Steve Falkenburg
Reported 2010-01-29 13:22:21 PST
Client-based Geolocation starts updating before getting consent from the user
Attachments
Patch (4.05 KB, patch)
2010-01-29 13:35 PST, Steve Falkenburg
darin: review+
Steve Falkenburg
Comment 1 2010-01-29 13:35:10 PST
Darin Adler
Comment 2 2010-01-29 13:45:23 PST
Comment on attachment 47732 [details] Patch > + ASSERT(m_frame); > + Page* page = m_frame->page(); > + ASSERT(page); > + page->geolocationController()->addObserver(this); What guarantees they are non-zero? You should figure out what the right behavior would be in those cases and handle instead of asserting. Otherwise, r=me
Steve Falkenburg
Comment 3 2010-01-29 14:08:29 PST
Note You need to log in before you can comment on or make changes to this bug.