| Index: Source/core/html/parser/HTMLParserOptions.h
|
| diff --git a/Source/core/html/parser/HTMLParserOptions.h b/Source/core/html/parser/HTMLParserOptions.h
|
| index 847c42004c7a5cceaff0185d9ba68f90eb2e08fa..8d8ef514c68598705639d8a995eee40f55dc6dac 100644
|
| --- a/Source/core/html/parser/HTMLParserOptions.h
|
| +++ b/Source/core/html/parser/HTMLParserOptions.h
|
| @@ -26,11 +26,13 @@
|
| #ifndef HTMLParserOptions_h
|
| #define HTMLParserOptions_h
|
|
|
| +#include "core/CoreExport.h"
|
| +
|
| namespace blink {
|
|
|
| class Document;
|
|
|
| -class HTMLParserOptions {
|
| +class CORE_EXPORT HTMLParserOptions {
|
| public:
|
| bool scriptEnabled;
|
| bool pluginsEnabled;
|
|
|