| Index: Source/core/xml/DOMParser.h
|
| diff --git a/Source/core/xml/DOMParser.h b/Source/core/xml/DOMParser.h
|
| index 0610f2b4a11167ad5a241dd5c239a5822974bc85..8a5c6670ff8bf795f9801340bc91889d4f3cc381 100644
|
| --- a/Source/core/xml/DOMParser.h
|
| +++ b/Source/core/xml/DOMParser.h
|
| @@ -31,7 +31,6 @@ class Document;
|
| class ExceptionState;
|
|
|
| class DOMParser : public RefCountedWillBeGarbageCollectedFinalized<DOMParser>, public ScriptWrappable {
|
| - DECLARE_GC_INFO;
|
| public:
|
| static PassRefPtrWillBeRawPtr<DOMParser> create()
|
| {
|
|
|