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

Unified Diff: Source/core/streams/UnderlyingSource.h

Issue 1233573002: [Fetch API] Remove DrainingBuffer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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
« no previous file with comments | « Source/core/streams/ReadableByteStreamReader.h ('k') | Source/modules/cachestorage/Cache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() { }
« no previous file with comments | « Source/core/streams/ReadableByteStreamReader.h ('k') | Source/modules/cachestorage/Cache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698