| Index: Source/core/xml/XPathNSResolver.h
|
| diff --git a/Source/core/xml/XPathNSResolver.h b/Source/core/xml/XPathNSResolver.h
|
| index 5bd87fe66e17fe51316606aca448b61643471ae9..19354e9191b6f57570b1c69986f538f7bf5d6db3 100644
|
| --- a/Source/core/xml/XPathNSResolver.h
|
| +++ b/Source/core/xml/XPathNSResolver.h
|
| @@ -35,8 +35,8 @@
|
| namespace WebCore {
|
|
|
| class XPathNSResolver : public RefCountedWillBeGarbageCollectedFinalized<XPathNSResolver>, public ScriptWrappable {
|
| + DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(XPathNSResolver);
|
| public:
|
| - virtual ~XPathNSResolver();
|
| virtual AtomicString lookupNamespaceURI(const String& prefix) = 0;
|
|
|
| virtual void trace(Visitor*) { }
|
|
|