Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2292)

Unified Diff: Source/modules/fetch/FetchDataLoader.h

Issue 1212123003: Componentization: make symbols visible. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698