| Index: Source/core/xml/XPathResult.h
|
| diff --git a/Source/core/xml/XPathResult.h b/Source/core/xml/XPathResult.h
|
| index cf5fbd1c906e79b06b54c6bea718f9995e6e9336..8ace2fdf3307fa25d8ef260d398fe6654a800d8a 100644
|
| --- a/Source/core/xml/XPathResult.h
|
| +++ b/Source/core/xml/XPathResult.h
|
| @@ -40,7 +40,6 @@ class ExceptionState;
|
| class Node;
|
|
|
| class XPathResult : public RefCountedWillBeGarbageCollectedFinalized<XPathResult>, public ScriptWrappable {
|
| - DECLARE_GC_INFO;
|
| public:
|
| enum XPathResultType {
|
| ANY_TYPE = 0,
|
|
|