diff options
Diffstat (limited to 'WebCore/bindings/v8/custom/V8CustomBinding.h')
| -rw-r--r-- | WebCore/bindings/v8/custom/V8CustomBinding.h | 14 |
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 |
