| Index: Source/core/xml/DOMParser.h
|
| diff --git a/Source/core/xml/DOMParser.h b/Source/core/xml/DOMParser.h
|
| index 325612bb002100e878b5b8971250119360c9e0bf..71d25604f18867d70e093dac1ad41be36da886a9 100644
|
| --- a/Source/core/xml/DOMParser.h
|
| +++ b/Source/core/xml/DOMParser.h
|
| @@ -31,6 +31,7 @@ class Document;
|
| class ExceptionState;
|
|
|
| class DOMParser FINAL : public RefCountedWillBeGarbageCollected<DOMParser>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<DOMParser> create()
|
| {
|
| @@ -48,6 +49,6 @@ private:
|
| }
|
| };
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| -#endif // XMLSerializer.h
|
| +#endif // DOMParser_h
|
|
|