summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/page/DragController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/page/DragController.h')
-rw-r--r--Source/WebCore/page/DragController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/page/DragController.h b/Source/WebCore/page/DragController.h
index 10bb5f8..0f176b1 100644
--- a/Source/WebCore/page/DragController.h
+++ b/Source/WebCore/page/DragController.h
@@ -47,7 +47,8 @@ namespace WebCore {
class Range;
class SelectionController;
- class DragController : public Noncopyable {
+ class DragController {
+ WTF_MAKE_NONCOPYABLE(DragController); WTF_MAKE_FAST_ALLOCATED;
public:
DragController(Page*, DragClient*);
~DragController();