| Index: third_party/WebKit/Source/core/html/parser/HTMLScriptRunnerHost.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLScriptRunnerHost.h b/third_party/WebKit/Source/core/html/parser/HTMLScriptRunnerHost.h
|
| index e298c09e6ae60a581a53ad8b58ece5938a2b3053..efec4303040345eda850015b299f8970ada723fe 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLScriptRunnerHost.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLScriptRunnerHost.h
|
| @@ -26,6 +26,7 @@
|
| #ifndef HTMLScriptRunnerHost_h
|
| #define HTMLScriptRunnerHost_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "wtf/Forward.h"
|
|
|
| namespace blink {
|
| @@ -34,7 +35,7 @@ class HTMLInputStream;
|
| class Resource;
|
| class Visitor;
|
|
|
| -class HTMLScriptRunnerHost : public GarbageCollectedMixin {
|
| +class CORE_EXPORT HTMLScriptRunnerHost : public GarbageCollectedMixin {
|
| public:
|
| virtual ~HTMLScriptRunnerHost() { }
|
| DEFINE_INLINE_VIRTUAL_TRACE() { }
|
|
|