Index: third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp |
diff --git a/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp b/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp |
index 12bbb679b42d95add719c07af62a4a1ef8cef7ce..b730b89445b847d25dfb03c6bf907a130949a9ec 100644 |
--- a/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp |
+++ b/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp |
@@ -8,6 +8,7 @@ |
#include "core/frame/UseCounter.h" |
#include "core/inspector/InspectorInstrumentation.h" |
#include "core/workers/WorkerGlobalScope.h" |
+#include "modules/fetch/BodyStreamBuffer.h" |
#include "modules/fetch/FetchManager.h" |
#include "modules/fetch/Request.h" |
#include "platform/Supplementable.h" |