summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/platform/ThreadTimers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/platform/ThreadTimers.h')
-rw-r--r--src/3rdparty/webkit/WebCore/platform/ThreadTimers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebCore/platform/ThreadTimers.h b/src/3rdparty/webkit/WebCore/platform/ThreadTimers.h
index 366c32073..ea0a366f4 100644
--- a/src/3rdparty/webkit/WebCore/platform/ThreadTimers.h
+++ b/src/3rdparty/webkit/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();