Index: Source/modules/fetch/FetchDataLoader.h |
diff --git a/Source/modules/fetch/FetchDataLoader.h b/Source/modules/fetch/FetchDataLoader.h |
index a5faa983a1cbd62ee5b18c12318f7275b3531a1b..bee7bf49d6e38f82c6d97f840ea15416d010c3ec 100644 |
--- a/Source/modules/fetch/FetchDataLoader.h |
+++ b/Source/modules/fetch/FetchDataLoader.h |
@@ -7,6 +7,7 @@ |
#include "core/dom/DOMArrayBuffer.h" |
#include "core/streams/Stream.h" |
+#include "modules/ModulesExport.h" |
#include "modules/fetch/FetchDataConsumerHandle.h" |
#include "platform/blob/BlobData.h" |
#include "platform/heap/Handle.h" |
@@ -25,7 +26,7 @@ namespace blink { |
// - If FetchDataLoader::cancel() is called (or FetchDataLoader is garbage |
// collected), Client's methods are not called anymore. |
// - FetchDataLoader takes the ownership of |handle|'s reader but not |handle|. |
-class FetchDataLoader : public GarbageCollectedFinalized<FetchDataLoader> { |
+class MODULES_EXPORT FetchDataLoader : public GarbageCollectedFinalized<FetchDataLoader> { |
public: |
class Client : public GarbageCollectedMixin { |
public: |