| Index: Source/core/xml/XPathNSResolver.h
|
| diff --git a/Source/core/xml/XPathNSResolver.h b/Source/core/xml/XPathNSResolver.h
|
| index e6762c0b01f54d69a903db8066f6aec3838ff237..9758dc49dcb36538876bd304854ff11d35b617cb 100644
|
| --- a/Source/core/xml/XPathNSResolver.h
|
| +++ b/Source/core/xml/XPathNSResolver.h
|
| @@ -35,7 +35,6 @@
|
| namespace WebCore {
|
|
|
| class XPathNSResolver : public RefCountedWillBeGarbageCollectedFinalized<XPathNSResolver>, public ScriptWrappable {
|
| - DECLARE_GC_INFO;
|
| public:
|
| virtual ~XPathNSResolver();
|
| virtual AtomicString lookupNamespaceURI(const String& prefix) = 0;
|
|
|