| 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 96e4ae9654fc1b02b34495ea169d8b3b7aee6442..fccb3b6b3b70addca0a96ba357f3d1a1cc6ff54c 100644
|
| --- a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| +++ b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| @@ -46,7 +46,6 @@ class V8CustomXPathNSResolver FINAL : public XPathNSResolver {
|
| public:
|
| static PassRefPtrWillBeRawPtr<V8CustomXPathNSResolver> create(v8::Handle<v8::Object> resolver, v8::Isolate*);
|
|
|
| - virtual ~V8CustomXPathNSResolver();
|
| virtual AtomicString lookupNamespaceURI(const String& prefix) OVERRIDE;
|
|
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|