summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/Timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/Timer.h')
-rw-r--r--Source/WebCore/platform/Timer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/platform/Timer.h b/Source/WebCore/platform/Timer.h
index c4443da..c331e3d 100644
--- a/Source/WebCore/platform/Timer.h
+++ b/Source/WebCore/platform/Timer.h
@@ -35,7 +35,8 @@ namespace WebCore {
class TimerHeapElement;
-class TimerBase : public Noncopyable {
+class TimerBase {
+ WTF_MAKE_NONCOPYABLE(TimerBase); WTF_MAKE_FAST_ALLOCATED;
public:
TimerBase();
virtual ~TimerBase();