| Index: Source/modules/fetch/FetchDataConsumerHandle.h
|
| diff --git a/Source/modules/fetch/FetchDataConsumerHandle.h b/Source/modules/fetch/FetchDataConsumerHandle.h
|
| index 6a2a93b6e6fd955b7f4069a02942489bfca5881d..6f811ab5398541ab309f4cf903f72641f99b1fe8 100644
|
| --- a/Source/modules/fetch/FetchDataConsumerHandle.h
|
| +++ b/Source/modules/fetch/FetchDataConsumerHandle.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef FetchDataConsumerHandle_h
|
| #define FetchDataConsumerHandle_h
|
|
|
| +#include "modules/ModulesExport.h"
|
| #include "platform/blob/BlobData.h"
|
| #include "public/platform/WebDataConsumerHandle.h"
|
| #include "wtf/Forward.h"
|
| @@ -18,7 +19,7 @@ namespace blink {
|
| // collected while many clients or related objects may be, it is very easy
|
| // to create a reference cycle. When an client is garbage collected, making
|
| // the client own the handle is the right way.
|
| -class FetchDataConsumerHandle : public WebDataConsumerHandle {
|
| +class MODULES_EXPORT FetchDataConsumerHandle : public WebDataConsumerHandle {
|
| public:
|
| class Reader : public WebDataConsumerHandle::Reader {
|
| public:
|
|
|