summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/GeolocationService.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/GeolocationService.h')
-rw-r--r--Source/WebCore/platform/GeolocationService.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/platform/GeolocationService.h b/Source/WebCore/platform/GeolocationService.h
index 2cb70f2..cf51b1e 100644
--- a/Source/WebCore/platform/GeolocationService.h
+++ b/Source/WebCore/platform/GeolocationService.h
@@ -42,7 +42,8 @@ public:
virtual void geolocationServiceErrorOccurred(GeolocationService*) = 0;
};
-class GeolocationService : public Noncopyable {
+class GeolocationService {
+ WTF_MAKE_NONCOPYABLE(GeolocationService);
public:
static GeolocationService* create(GeolocationServiceClient*);
virtual ~GeolocationService() { }