Index: Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp |
diff --git a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp |
index b0c2db0cf808a2f043eda181331ca018dc9bd517..ff74762ddd8c8bd177c001729fefa1456270164e 100644 |
--- a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp |
+++ b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp |
@@ -86,7 +86,7 @@ AtomicString V8CustomXPathNSResolver::lookupNamespaceURI(const String& prefix) |
if (tryCatch.HasCaught()) |
return nullAtom; |
- TOSTRING_DEFAULT(V8StringResource<WithNullCheck>, returnString, retval, nullAtom); |
+ TOSTRING_DEFAULT(V8StringResource<TreatNullAsNullString>, returnString, retval, nullAtom); |
return returnString; |
} |