summaryrefslogtreecommitdiffstats
path: root/WebCore/xml/XPathStep.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/xml/XPathStep.h')
-rw-r--r--WebCore/xml/XPathStep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/xml/XPathStep.h b/WebCore/xml/XPathStep.h
index 11612e9..ec022b3 100644
--- a/WebCore/xml/XPathStep.h
+++ b/WebCore/xml/XPathStep.h
@@ -49,7 +49,7 @@ namespace WebCore {
SelfAxis
};
- class NodeTest {
+ class NodeTest : public FastAllocBase {
public:
enum Kind {
TextNodeTest, CommentNodeTest, ProcessingInstructionNodeTest, AnyNodeTest, NameTest