summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/xml/XPathNodeSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/xml/XPathNodeSet.h')
-rw-r--r--Source/WebCore/xml/XPathNodeSet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/xml/XPathNodeSet.h b/Source/WebCore/xml/XPathNodeSet.h
index d5c47be..619d91c 100644
--- a/Source/WebCore/xml/XPathNodeSet.h
+++ b/Source/WebCore/xml/XPathNodeSet.h
@@ -37,7 +37,8 @@ namespace WebCore {
namespace XPath {
- class NodeSet : public FastAllocBase {
+ class NodeSet {
+ WTF_MAKE_FAST_ALLOCATED;
public:
NodeSet() : m_isSorted(true), m_subtreesAreDisjoint(false) { }