diff options
Diffstat (limited to 'WebCore/page/Coordinates.idl')
-rw-r--r-- | WebCore/page/Coordinates.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/WebCore/page/Coordinates.idl b/WebCore/page/Coordinates.idl index 2bdd5e9..f6c82b5 100644 --- a/WebCore/page/Coordinates.idl +++ b/WebCore/page/Coordinates.idl @@ -28,13 +28,11 @@ module core { interface Coordinates { readonly attribute double latitude; readonly attribute double longitude; - readonly attribute double accuracy; -#if !defined(V8_BINDING) readonly attribute [Custom] double altitude; + readonly attribute double accuracy; readonly attribute [Custom] double altitudeAccuracy; readonly attribute [Custom] double heading; readonly attribute [Custom] double speed; -#endif #if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT [DontEnum] DOMString toString(); |