| Index: Source/bindings/v8/custom/V8CustomXPathNSResolver.cpp
|
| diff --git a/Source/bindings/v8/custom/V8CustomXPathNSResolver.cpp b/Source/bindings/v8/custom/V8CustomXPathNSResolver.cpp
|
| index 49d1944316ce307efcfebf70b385f2d5a19b8910..bf23ad34f3ad1da8ae5119ae198f0fc10d1f6dbe 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;
|
|
|
| - TOSTRING_BOOL(V8StringResource<WithNullCheck>, returnString, retval, nullAtom);
|
| + TOSTRING_DEFAULT(V8StringResource<WithNullCheck>, returnString, retval, nullAtom);
|
| return returnString;
|
| }
|
|
|
|
|