summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/ThreadTimers.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/ThreadTimers.h')
-rw-r--r--Source/WebCore/platform/ThreadTimers.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/platform/ThreadTimers.h b/Source/WebCore/platform/ThreadTimers.h
index ab42598..3d7b5f9 100644
--- a/Source/WebCore/platform/ThreadTimers.h
+++ b/Source/WebCore/platform/ThreadTimers.h
@@ -37,7 +37,8 @@ namespace WebCore {
class TimerBase;
// A collection of timers per thread. Kept in ThreadGlobalData.
- class ThreadTimers : public Noncopyable {
+ class ThreadTimers {
+ WTF_MAKE_NONCOPYABLE(ThreadTimers); WTF_MAKE_FAST_ALLOCATED;
public:
ThreadTimers();