Index: third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h |
diff --git a/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h b/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h |
index 4d80cf949fbd7c902abc80b54981df873097e84a..a05dc0aa9937244e1bdce8dae415e127a3711411 100644 |
--- a/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h |
+++ b/third_party/WebKit/Source/core/dom/DecodedDataDocumentParser.h |
@@ -26,13 +26,14 @@ |
#ifndef DecodedDataDocumentParser_h |
#define DecodedDataDocumentParser_h |
+#include "core/CoreExport.h" |
#include "core/dom/DocumentParser.h" |
#include <memory> |
namespace blink { |
class TextResourceDecoder; |
-class DecodedDataDocumentParser : public DocumentParser { |
+class CORE_EXPORT DecodedDataDocumentParser : public DocumentParser { |
public: |
// Only used by the XMLDocumentParser to communicate back to |
// XMLHttpRequest if the responseXML was well formed. |