| Index: Source/core/xml/NativeXPathNSResolver.h
|
| diff --git a/Source/core/xml/NativeXPathNSResolver.h b/Source/core/xml/NativeXPathNSResolver.h
|
| index a09f766a5b7271bfd1e8f51728b1f4e088bb57a3..0ed34152548bf9e47f8c9c79659b4e1e9b7c0ad8 100644
|
| --- a/Source/core/xml/NativeXPathNSResolver.h
|
| +++ b/Source/core/xml/NativeXPathNSResolver.h
|
| @@ -39,7 +39,6 @@ public:
|
| {
|
| return adoptRefWillBeNoop(new NativeXPathNSResolver(node));
|
| }
|
| - virtual ~NativeXPathNSResolver();
|
|
|
| virtual AtomicString lookupNamespaceURI(const String& prefix) OVERRIDE;
|
|
|
|
|