summaryrefslogtreecommitdiffstats
path: root/WebCore/page/Coordinates.idl
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-09-10 14:40:55 +0100
committerSteve Block <steveblock@google.com>2009-09-10 14:40:55 +0100
commitd709ea1bc8aa27b597a3ec568e7cb6eb3e094467 (patch)
tree6a4a7ca6fd0a160cec18a8605426a7d4722c7229 /WebCore/page/Coordinates.idl
parentde17da216b5aef5bf61f2b46e34a052ac9a72dd7 (diff)
downloadexternal_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.idl4
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
};
}