| Index: third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
|
| index 6de79b6980866a1be6040c3179499b5d4bc00553..5a6a071cf05a0a30a9aaca505cc273a38dad38f4 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp
|
| @@ -86,7 +86,8 @@ AtomicString V8CustomXPathNSResolver::lookupNamespaceURI(const String& prefix) {
|
| : lookupNamespaceURIFunc;
|
|
|
| v8::Local<v8::Value> retval;
|
| - // Eat exceptions from namespace resolver and return an empty string. This will most likely cause NamespaceError.
|
| + // Eat exceptions from namespace resolver and return an empty string. This
|
| + // will most likely cause NamespaceError.
|
| if (!V8ScriptRunner::callFunction(
|
| function, toExecutionContext(m_scriptState->context()), m_resolver,
|
| argc, argv, isolate)
|
|
|