| Index: third_party/WebKit/Source/core/dom/DocumentParser.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentParser.h b/third_party/WebKit/Source/core/dom/DocumentParser.h
|
| index 9d6dfee66c3bd84474deaf16359444cc9582f0f0..32d1797577015a88d8bbce4f6919536ce8c45aad 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentParser.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentParser.h
|
| @@ -24,6 +24,7 @@
|
| #ifndef DocumentParser_h
|
| #define DocumentParser_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
| #include <memory>
|
| @@ -36,7 +37,7 @@ class SegmentedString;
|
| class ScriptableDocumentParser;
|
| class TextResourceDecoder;
|
|
|
| -class DocumentParser : public GarbageCollectedFinalized<DocumentParser> {
|
| +class CORE_EXPORT DocumentParser : public GarbageCollectedFinalized<DocumentParser> {
|
| public:
|
| virtual ~DocumentParser();
|
| DECLARE_VIRTUAL_TRACE();
|
|
|