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..8b9d035041a6916e71e43480d40d07e0b484f97b 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); |
+ V8STRINGRESOURCE_PREPARE_RETURN(V8StringResource<WithNullCheck>, returnString, retval, nullAtom); |
return returnString; |
} |