diff options
Diffstat (limited to 'WebCore/page/Geoposition.idl')
-rw-r--r-- | WebCore/page/Geoposition.idl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/WebCore/page/Geoposition.idl b/WebCore/page/Geoposition.idl index 554bb30..2bcd40d 100644 --- a/WebCore/page/Geoposition.idl +++ b/WebCore/page/Geoposition.idl @@ -26,13 +26,7 @@ module core { interface Geoposition { - readonly attribute double latitude; - readonly attribute double longitude; - readonly attribute double altitude; - readonly attribute double accuracy; - readonly attribute double altitudeAccuracy; - readonly attribute double heading; - readonly attribute double speed; + readonly attribute Coordinates coords; readonly attribute DOMTimeStamp timestamp; #if defined(LANGUAGE_JAVASCRIPT) |