Index: Source/core/xml/XPathStep.h |
diff --git a/Source/core/xml/XPathStep.h b/Source/core/xml/XPathStep.h |
index 11bfd5f25aa9e5cfb5e9a9080098ce27a1b6aa5f..b148aae1471adf536533954502bda36ee4476567 100644 |
--- a/Source/core/xml/XPathStep.h |
+++ b/Source/core/xml/XPathStep.h |
@@ -59,7 +59,7 @@ public: |
NodeTest(Kind kind) : m_kind(kind) { } |
NodeTest(Kind kind, const String& data) : m_kind(kind), m_data(data) { } |
- NodeTest(Kind kind, const String& data, const String& namespaceURI) : m_kind(kind), m_data(data), m_namespaceURI(namespaceURI) { } |
+ NodeTest(Kind kind, const AtomicString& data, const AtomicString& namespaceURI) : m_kind(kind), m_data(data), m_namespaceURI(namespaceURI) { } |
NodeTest(const NodeTest& o) |
: m_kind(o.m_kind) |