Index: Source/core/xml/XPathStep.cpp |
diff --git a/Source/core/xml/XPathStep.cpp b/Source/core/xml/XPathStep.cpp |
index 1fbe1972b70b391a4ca2cf96e77f1f64b8ea1195..ab8692d45645e9ac5d09fd116a7e71631a02c243 100644 |
--- a/Source/core/xml/XPathStep.cpp |
+++ b/Source/core/xml/XPathStep.cpp |
@@ -150,7 +150,7 @@ void Step::evaluate(Node* context, NodeSet& nodes) const |
} |
} |
-#if !ASSERT_DISABLED |
+#if ASSERT_ENABLED |
static inline Node::NodeType primaryNodeType(Step::Axis axis) |
{ |
switch (axis) { |