Index: Source/core/streams/Stream.cpp |
diff --git a/Source/core/streams/Stream.cpp b/Source/core/streams/Stream.cpp |
index 4f30eb8f7c726310736be342d9f64580243747f1..5c5adf085927341759e10b91b6b4fc3ba579bc39 100644 |
--- a/Source/core/streams/Stream.cpp |
+++ b/Source/core/streams/Stream.cpp |
@@ -56,6 +56,11 @@ void Stream::addData(const char* data, size_t len) |
BlobRegistry::addDataToStream(m_internalURL, buffer); |
} |
+void Stream::flush() |
+{ |
+ BlobRegistry::flushStream(m_internalURL); |
+} |
+ |
void Stream::finalize() |
{ |
BlobRegistry::finalizeStream(m_internalURL); |