summaryrefslogtreecommitdiffstats
path: root/webkit/pending/TreeShared.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/pending/TreeShared.h')
-rw-r--r--webkit/pending/TreeShared.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/pending/TreeShared.h b/webkit/pending/TreeShared.h
index 377f381..a33fd1f 100644
--- a/webkit/pending/TreeShared.h
+++ b/webkit/pending/TreeShared.h
@@ -21,13 +21,14 @@
#ifndef TreeShared_h
#define TreeShared_h
+#include "Peerable.h"
#include "RefCounted.h"
namespace WebCore {
#if USE(V8_BINDING)
-template<class T> class TreeShared : public Peerable, Noncopyable {
+template<class T> class TreeShared : public Peerable {
public:
TreeShared() : m_refCount(0), m_parent(0), m_peer(0)
{