summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/platform/RunLoopTimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/platform/RunLoopTimer.h')
-rw-r--r--src/3rdparty/webkit/WebCore/platform/RunLoopTimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebCore/platform/RunLoopTimer.h b/src/3rdparty/webkit/WebCore/platform/RunLoopTimer.h
index 96eb8d82f..65f253e7d 100644
--- a/src/3rdparty/webkit/WebCore/platform/RunLoopTimer.h
+++ b/src/3rdparty/webkit/WebCore/platform/RunLoopTimer.h
@@ -37,7 +37,7 @@ namespace WebCore {
// Time intervals are all in seconds.
-class RunLoopTimerBase : Noncopyable {
+class RunLoopTimerBase : public Noncopyable {
public:
virtual ~RunLoopTimerBase();