summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/xml/XPathPredicate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/xml/XPathPredicate.h')
-rw-r--r--Source/WebCore/xml/XPathPredicate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/xml/XPathPredicate.h b/Source/WebCore/xml/XPathPredicate.h
index 5f2482a..3600154 100644
--- a/Source/WebCore/xml/XPathPredicate.h
+++ b/Source/WebCore/xml/XPathPredicate.h
@@ -105,7 +105,8 @@ namespace WebCore {
virtual Value::Type resultType() const { return Value::NodeSetValue; }
};
- class Predicate : public Noncopyable {
+ class Predicate {
+ WTF_MAKE_NONCOPYABLE(Predicate); WTF_MAKE_FAST_ALLOCATED;
public:
Predicate(Expression*);
~Predicate();