RESOLVED DUPLICATE of bug 78860 77758
Switch geolocation to use Supplemental IDL for Navigator
https://bugs.webkit.org/show_bug.cgi?id=77758
Summary Switch geolocation to use Supplemental IDL for Navigator
Mark Pilgrim (Google)
Reported 2012-02-03 11:40:38 PST
Switch geolocation to use Supplemental IDL for Navigator
Attachments
Patch (12.39 KB, patch)
2012-02-03 11:43 PST, Mark Pilgrim (Google)
gyuyoung.kim: commit-queue-
Mark Pilgrim (Google)
Comment 1 2012-02-03 11:43:29 PST
Gyuyoung Kim
Comment 2 2012-02-03 12:32:34 PST
Adam Barth
Comment 3 2012-02-03 17:18:02 PST
Comment on attachment 125374 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=125374&action=review > Source/WebCore/page/Navigator.h:63 > +#if ENABLE(GEOLOCATION) > + void resetGeolocation(); > + > + Geolocation* geolocation() { return m_geolocation.get(); } > + void setGeolocation(PassRefPtr<Geolocation>); > +#endif Can we move this state out of Navigator somehow? We're not make Navigator.h that much simpler with this change.
Hajime Morrita
Comment 4 2012-02-20 20:24:14 PST
Closing because it looks this patch got robbed by Bug 78860. Feel free to reopen if my understanding wrong. *** This bug has been marked as a duplicate of bug 78860 ***
Note You need to log in before you can comment on or make changes to this bug.