diff options
author | Steve Block <steveblock@google.com> | 2009-09-10 14:40:55 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2009-09-10 14:40:55 +0100 |
commit | d709ea1bc8aa27b597a3ec568e7cb6eb3e094467 (patch) | |
tree | 6a4a7ca6fd0a160cec18a8605426a7d4722c7229 /WebCore/page/Coordinates.idl | |
parent | de17da216b5aef5bf61f2b46e34a052ac9a72dd7 (diff) | |
download | external_webkit-d709ea1bc8aa27b597a3ec568e7cb6eb3e094467.zip external_webkit-d709ea1bc8aa27b597a3ec568e7cb6eb3e094467.tar.gz external_webkit-d709ea1bc8aa27b597a3ec568e7cb6eb3e094467.tar.bz2 |
Removes Geolocation Geoposition.toString and Coordinates.toString.
This fixes http://b/issue?id=2103855.
Change-Id: I1811d97c59e0458a94347c8a63b4d1c0541dfaf7
Diffstat (limited to 'WebCore/page/Coordinates.idl')
-rw-r--r-- | WebCore/page/Coordinates.idl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/page/Coordinates.idl b/WebCore/page/Coordinates.idl index f6c82b5..f847325 100644 --- a/WebCore/page/Coordinates.idl +++ b/WebCore/page/Coordinates.idl @@ -33,9 +33,5 @@ module core { readonly attribute [Custom] double altitudeAccuracy; readonly attribute [Custom] double heading; readonly attribute [Custom] double speed; - -#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT - [DontEnum] DOMString toString(); -#endif }; } |