| Index: third_party/WebKit/Source/core/dom/ScriptableDocumentParser.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ScriptableDocumentParser.h b/third_party/WebKit/Source/core/dom/ScriptableDocumentParser.h
|
| index 9d6fbcc4de7757468d15f77f47e721d6cb4c8b76..80892eb3077909ed3fe2373bac04fe8adf847a40 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptableDocumentParser.h
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptableDocumentParser.h
|
| @@ -26,13 +26,14 @@
|
| #ifndef ScriptableDocumentParser_h
|
| #define ScriptableDocumentParser_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/dom/DecodedDataDocumentParser.h"
|
| #include "core/dom/ParserContentPolicy.h"
|
| #include "wtf/text/TextPosition.h"
|
|
|
| namespace blink {
|
|
|
| -class ScriptableDocumentParser : public DecodedDataDocumentParser {
|
| +class CORE_EXPORT ScriptableDocumentParser : public DecodedDataDocumentParser {
|
| public:
|
| // Only used by Document::open for deciding if its safe to act on a
|
| // JavaScript document.open() call right now, or it should be ignored.
|
|
|