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