| Index: Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| diff --git a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| index c13c7aeb968f16f92ab4ac3d83e8c4b9ef61d061..7ea9ea06ef55953879d37f57e8a84c291a248d3c 100644
|
| --- a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| +++ b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| @@ -44,7 +44,7 @@ namespace blink {
|
| // must not exceed the lifetime of the passed handle.
|
| class V8CustomXPathNSResolver final : public XPathNSResolver {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<V8CustomXPathNSResolver> create(v8::Handle<v8::Object> resolver, v8::Isolate*);
|
| + static V8CustomXPathNSResolver* create(v8::Handle<v8::Object> resolver, v8::Isolate*);
|
|
|
| virtual AtomicString lookupNamespaceURI(const String& prefix) override;
|
|
|
|
|