summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/xml/XPathStep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/xml/XPathStep.h')
-rw-r--r--src/3rdparty/webkit/WebCore/xml/XPathStep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebCore/xml/XPathStep.h b/src/3rdparty/webkit/WebCore/xml/XPathStep.h
index 1c2632773..11612e92f 100644
--- a/src/3rdparty/webkit/WebCore/xml/XPathStep.h
+++ b/src/3rdparty/webkit/WebCore/xml/XPathStep.h
@@ -39,7 +39,7 @@ namespace WebCore {
class Predicate;
- class Step : public ParseNode, Noncopyable {
+ class Step : public ParseNode, public Noncopyable {
public:
enum Axis {
AncestorAxis, AncestorOrSelfAxis, AttributeAxis,