summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/css/CSSSelectorList.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/CSSSelectorList.h')
-rw-r--r--Source/WebCore/css/CSSSelectorList.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/css/CSSSelectorList.h b/Source/WebCore/css/CSSSelectorList.h
index 7adc6b9..abd9bc8 100644
--- a/Source/WebCore/css/CSSSelectorList.h
+++ b/Source/WebCore/css/CSSSelectorList.h
@@ -27,11 +27,11 @@
#define CSSSelectorList_h
#include "CSSSelector.h"
-#include <wtf/Noncopyable.h>
namespace WebCore {
-class CSSSelectorList : public Noncopyable {
+class CSSSelectorList {
+ WTF_MAKE_NONCOPYABLE(CSSSelectorList); WTF_MAKE_FAST_ALLOCATED;
public:
CSSSelectorList() : m_selectorArray(0) { }
~CSSSelectorList();