summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/dom/UserGestureIndicator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/UserGestureIndicator.h')
-rw-r--r--Source/WebCore/dom/UserGestureIndicator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/dom/UserGestureIndicator.h b/Source/WebCore/dom/UserGestureIndicator.h
index 17ea319..b1ed96b 100644
--- a/Source/WebCore/dom/UserGestureIndicator.h
+++ b/Source/WebCore/dom/UserGestureIndicator.h
@@ -36,7 +36,8 @@ enum ProcessingUserGestureState {
DefinitelyNotProcessingUserGesture
};
-class UserGestureIndicator : public Noncopyable {
+class UserGestureIndicator {
+ WTF_MAKE_NONCOPYABLE(UserGestureIndicator);
public:
static bool processingUserGesture() { return s_processingUserGesture == DefinitelyProcessingUserGesture; }
static ProcessingUserGestureState getUserGestureState() { return s_processingUserGesture; }