summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/xml/XPathParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/xml/XPathParser.h')
-rw-r--r--Source/WebCore/xml/XPathParser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/xml/XPathParser.h b/Source/WebCore/xml/XPathParser.h
index 0ee447a..f49b44b 100644
--- a/Source/WebCore/xml/XPathParser.h
+++ b/Source/WebCore/xml/XPathParser.h
@@ -58,7 +58,8 @@ namespace WebCore {
Token(int t, EqTestOp::Opcode v): type(t), eqop(v) {}
};
- class Parser : public Noncopyable {
+ class Parser {
+ WTF_MAKE_NONCOPYABLE(Parser);
public:
Parser();
~Parser();