Chromium Code Reviews| 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 { |
|
Yoav Weiss
2016/08/23 20:03:58
Do we require these CORE_EXPORT because HTMLDocume
droger
2016/08/24 11:33:45
Yes, this is because of the HTMLDocumentParser uni
|
| public: |
| // Only used by the XMLDocumentParser to communicate back to |
| // XMLHttpRequest if the responseXML was well formed. |