summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/MockGeolocationService.h
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-09-02 16:50:51 +0100
committerSteve Block <steveblock@google.com>2009-09-02 16:57:47 +0100
commitf7d703686fcbad876e7ce6d21a52d9a6cd71d2e8 (patch)
treef7ae44c8c7dff6c35f58a0a9a4fe084f57b5e919 /WebCore/platform/MockGeolocationService.h
parent75310d0981eaef5dfd790e839bf23d7851b68d10 (diff)
downloadexternal_webkit-f7d703686fcbad876e7ce6d21a52d9a6cd71d2e8.zip
external_webkit-f7d703686fcbad876e7ce6d21a52d9a6cd71d2e8.tar.gz
external_webkit-f7d703686fcbad876e7ce6d21a52d9a6cd71d2e8.tar.bz2
Brings Mock Geolocation service up to date with latest submission to WebKit.
See https://bugs.webkit.org/show_bug.cgi?id=28264.
Diffstat (limited to 'WebCore/platform/MockGeolocationService.h')
-rwxr-xr-xWebCore/platform/MockGeolocationService.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/platform/MockGeolocationService.h b/WebCore/platform/MockGeolocationService.h
index eb92cbc..2f190e6 100755
--- a/WebCore/platform/MockGeolocationService.h
+++ b/WebCore/platform/MockGeolocationService.h
@@ -63,12 +63,12 @@ class MockGeolocationService : public GeolocationService {
static void initStatics();
static void cleanUpStatics();
- static RefPtr<Geoposition>* s_lastPosition;
- static RefPtr<PositionError>* s_lastError;
-
typedef HashSet<MockGeolocationService*> MockGeolocationServiceSet;
static MockGeolocationServiceSet* s_instances;
+ static RefPtr<Geoposition>* s_lastPosition;
+ static RefPtr<PositionError>* s_lastError;
+
Timer<MockGeolocationService> m_timer;
};