Index: Source/core/xml/XPathValue.cpp |
diff --git a/Source/core/xml/XPathValue.cpp b/Source/core/xml/XPathValue.cpp |
index e8fe9e270d22cccfe245a14b894ae5edffaf7217..e74fe2f523feb2f9a5f541d62f0f4bd2f4923d6f 100644 |
--- a/Source/core/xml/XPathValue.cpp |
+++ b/Source/core/xml/XPathValue.cpp |
@@ -54,7 +54,7 @@ const NodeSet& Value::toNodeSet(EvaluationContext* context) const |
context->hadTypeConversionError = true; |
if (!m_data) { |
- DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<NodeSet>, emptyNodeSet, (NodeSet::create())); |
+ DEFINE_STATIC_LOCAL(Persistent<NodeSet>, emptyNodeSet, (NodeSet::create())); |
return *emptyNodeSet; |
} |