summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/editing/SelectionController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/editing/SelectionController.h')
-rw-r--r--Source/WebCore/editing/SelectionController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/editing/SelectionController.h b/Source/WebCore/editing/SelectionController.h
index ee52187..3f805d3 100644
--- a/Source/WebCore/editing/SelectionController.h
+++ b/Source/WebCore/editing/SelectionController.h
@@ -48,7 +48,8 @@ class VisiblePosition;
enum DirectionalityPolicy { MakeNonDirectionalSelection, MakeDirectionalSelection };
-class SelectionController : public Noncopyable {
+class SelectionController {
+ WTF_MAKE_NONCOPYABLE(SelectionController); WTF_MAKE_FAST_ALLOCATED;
public:
enum EAlteration { AlterationMove, AlterationExtend };
enum CursorAlignOnScroll { AlignCursorOnScrollIfNeeded,