| Index: Source/bindings/core/v8/V8Binding.cpp
|
| diff --git a/Source/bindings/core/v8/V8Binding.cpp b/Source/bindings/core/v8/V8Binding.cpp
|
| index 106ed695522f52adf4426243a6ddccc3e54884cc..32f5e532a73d9240b5e6a09ee088c25d029b4fb4 100644
|
| --- a/Source/bindings/core/v8/V8Binding.cpp
|
| +++ b/Source/bindings/core/v8/V8Binding.cpp
|
| @@ -685,7 +685,7 @@ String toUSVString(v8::Handle<v8::Value> value, ExceptionState& exceptionState)
|
| return replaceUnmatchedSurrogates(x);
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<XPathNSResolver> toXPathNSResolver(v8::Handle<v8::Value> value, v8::Isolate* isolate)
|
| +PassRefPtrWillBeRawPtr<XPathNSResolver> toXPathNSResolver(v8::Isolate* isolate, v8::Handle<v8::Value> value)
|
| {
|
| RefPtrWillBeRawPtr<XPathNSResolver> resolver = nullptr;
|
| if (V8XPathNSResolver::hasInstance(value, isolate))
|
|
|