| Index: Source/core/streams/UnderlyingSource.h
|
| diff --git a/Source/core/streams/UnderlyingSource.h b/Source/core/streams/UnderlyingSource.h
|
| index 891ec0813055abd17d1069bc943341e72cf9ce3b..14b9d843bf50c152a732cca8bbb0d64341c70d49 100644
|
| --- a/Source/core/streams/UnderlyingSource.h
|
| +++ b/Source/core/streams/UnderlyingSource.h
|
| @@ -7,13 +7,14 @@
|
|
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "bindings/core/v8/ScriptValue.h"
|
| +#include "core/CoreExport.h"
|
| #include "platform/heap/Heap.h"
|
|
|
| namespace blink {
|
|
|
| class ScriptState;
|
|
|
| -class UnderlyingSource : public GarbageCollectedMixin {
|
| +class CORE_EXPORT UnderlyingSource : public GarbageCollectedMixin {
|
| public:
|
| virtual ~UnderlyingSource() { }
|
|
|
|
|