Bug 24603 - [Gtk] Build fix - pass a Coordinate to Geoposition::create
Summary: [Gtk] Build fix - pass a Coordinate to Geoposition::create
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2009-03-14 16:19 PDT by Jan Alonzo
Modified: 2009-03-14 16:44 PDT (History)
0 users

See Also:


Attachments
Update the gtk geolocation implementation (1.63 KB, patch)
2009-03-14 16:20 PDT, Jan Alonzo
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Alonzo 2009-03-14 16:19:15 PDT
As per changeset http://trac.webkit.org/changeset/41650, Geoposition now only require two attributes - the Coordinate and timestamp. We need to update the Gtk implementation to reflect this.

This will probably change once geoclue updates their own API.
Comment 1 Jan Alonzo 2009-03-14 16:20:06 PDT
Created attachment 28632 [details]
Update the gtk geolocation implementation
Comment 2 Mark Rowe (bdash) 2009-03-14 16:36:19 PDT
Comment on attachment 28632 [details]
Update the gtk geolocation implementation

Please add a space around the operator in "m_timestamp*1000.0".
Comment 3 Jan Alonzo 2009-03-14 16:44:49 PDT
Landed in r41707. Thanks Mark!