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