summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/dom/UserTypingGestureIndicator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/UserTypingGestureIndicator.h')
-rw-r--r--Source/WebCore/dom/UserTypingGestureIndicator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/dom/UserTypingGestureIndicator.h b/Source/WebCore/dom/UserTypingGestureIndicator.h
index 6c71079..21f4c7e 100644
--- a/Source/WebCore/dom/UserTypingGestureIndicator.h
+++ b/Source/WebCore/dom/UserTypingGestureIndicator.h
@@ -34,7 +34,8 @@ namespace WebCore {
class Frame;
class Node;
-class UserTypingGestureIndicator : public Noncopyable {
+class UserTypingGestureIndicator {
+ WTF_MAKE_NONCOPYABLE(UserTypingGestureIndicator);
public:
static bool processingUserTypingGesture();
static Node* focusedElementAtGestureStart();