| Index: Source/core/xml/XPathNSResolver.h
|
| diff --git a/Source/core/xml/XPathNSResolver.h b/Source/core/xml/XPathNSResolver.h
|
| index 7b2c74f324fed912d6195739acc7aaf8b4355ac2..93feff178554b28bc1dbd8e092bf456b81412b98 100644
|
| --- a/Source/core/xml/XPathNSResolver.h
|
| +++ b/Source/core/xml/XPathNSResolver.h
|
| @@ -30,12 +30,10 @@
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
| -#include "wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
| -class XPathNSResolver : public RefCountedWillBeGarbageCollectedFinalized<XPathNSResolver>, public ScriptWrappable {
|
| - DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(XPathNSResolver);
|
| +class XPathNSResolver : public GarbageCollectedFinalized<XPathNSResolver>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| virtual AtomicString lookupNamespaceURI(const String& prefix) = 0;
|
|
|