summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/custom/V8CustomBinding.h
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-12-02 20:20:07 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-12-02 20:20:07 -0800
commit8b6af12a5ceacdb3ab887398da1837bd0638630c (patch)
tree9142425f8605f35d19f3550523273ce69a19c05a /WebCore/bindings/v8/custom/V8CustomBinding.h
parenta47ab5294213cca2741f453b450b02666e08cac8 (diff)
parent8845a2839cb6fb5d1c221fee655feb30a49e2ecb (diff)
downloadexternal_webkit-8b6af12a5ceacdb3ab887398da1837bd0638630c.zip
external_webkit-8b6af12a5ceacdb3ab887398da1837bd0638630c.tar.gz
external_webkit-8b6af12a5ceacdb3ab887398da1837bd0638630c.tar.bz2
am 8845a283: am fb77ce99: Updates Geolocation V8 bindings to match patch submitted to webkit.org.
Merge commit '8845a2839cb6fb5d1c221fee655feb30a49e2ecb' * commit '8845a2839cb6fb5d1c221fee655feb30a49e2ecb': Updates Geolocation V8 bindings to match patch submitted to webkit.org.
Diffstat (limited to 'WebCore/bindings/v8/custom/V8CustomBinding.h')
-rw-r--r--WebCore/bindings/v8/custom/V8CustomBinding.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/WebCore/bindings/v8/custom/V8CustomBinding.h b/WebCore/bindings/v8/custom/V8CustomBinding.h
index 7781fbc..06182c9 100644
--- a/WebCore/bindings/v8/custom/V8CustomBinding.h
+++ b/WebCore/bindings/v8/custom/V8CustomBinding.h
@@ -662,13 +662,6 @@ namespace WebCore {
DECLARE_ACCESSOR_RUNTIME_ENABLER(DOMWindowWebkitNotifications);
#endif
- DECLARE_CALLBACK(GeolocationGetCurrentPosition);
- DECLARE_CALLBACK(GeolocationWatchPosition);
- DECLARE_PROPERTY_ACCESSOR_GETTER(CoordinatesAltitude);
- DECLARE_PROPERTY_ACCESSOR_GETTER(CoordinatesAltitudeAccuracy);
- DECLARE_PROPERTY_ACCESSOR_GETTER(CoordinatesHeading);
- DECLARE_PROPERTY_ACCESSOR_GETTER(CoordinatesSpeed);
-
#if ENABLE(WEB_SOCKETS)
DECLARE_PROPERTY_ACCESSOR(WebSocketOnopen);
DECLARE_PROPERTY_ACCESSOR(WebSocketOnmessage);
@@ -681,6 +674,13 @@ namespace WebCore {
DECLARE_ACCESSOR_RUNTIME_ENABLER(DOMWindowWebSocket);
#endif
+ DECLARE_CALLBACK(GeolocationGetCurrentPosition);
+ DECLARE_CALLBACK(GeolocationWatchPosition);
+ DECLARE_PROPERTY_ACCESSOR_GETTER(CoordinatesAltitude);
+ DECLARE_PROPERTY_ACCESSOR_GETTER(CoordinatesAltitudeAccuracy);
+ DECLARE_PROPERTY_ACCESSOR_GETTER(CoordinatesHeading);
+ DECLARE_PROPERTY_ACCESSOR_GETTER(CoordinatesSpeed);
+
#undef DECLARE_INDEXED_ACCESS_CHECK
#undef DECLARE_NAMED_ACCESS_CHECK