summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/EventLoop.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/EventLoop.h')
-rw-r--r--Source/WebCore/platform/EventLoop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/platform/EventLoop.h b/Source/WebCore/platform/EventLoop.h
index b0507f7..128e92b 100644
--- a/Source/WebCore/platform/EventLoop.h
+++ b/Source/WebCore/platform/EventLoop.h
@@ -30,7 +30,8 @@
namespace WebCore {
- class EventLoop : public Noncopyable {
+ class EventLoop {
+ WTF_MAKE_NONCOPYABLE(EventLoop);
public:
EventLoop()
: m_ended(false)