summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/page/GeolocationController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/page/GeolocationController.h')
-rw-r--r--Source/WebCore/page/GeolocationController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/page/GeolocationController.h b/Source/WebCore/page/GeolocationController.h
index 7db1951..1a2ce69 100644
--- a/Source/WebCore/page/GeolocationController.h
+++ b/Source/WebCore/page/GeolocationController.h
@@ -40,7 +40,8 @@ class GeolocationError;
class GeolocationPosition;
class Page;
-class GeolocationController : public Noncopyable {
+class GeolocationController {
+ WTF_MAKE_NONCOPYABLE(GeolocationController);
public:
GeolocationController(Page*, GeolocationClient*);
~GeolocationController();