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

Unified Diff: Source/modules/fetch/FetchResponseDataTest.cpp

Issue 1192913007: Change BodyStreamBuffer to be FetchDataConsumerHandle-based and enable backpressure in Fetch API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reflect comments. 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
Index: Source/modules/fetch/FetchResponseDataTest.cpp
diff --git a/Source/modules/fetch/FetchResponseDataTest.cpp b/Source/modules/fetch/FetchResponseDataTest.cpp
index e2844d6b5fedb301cb03b58562e9705b17cae206..b7a7d9bfa1ca14ba95e3be793dbe511dce52eeb9 100644
--- a/Source/modules/fetch/FetchResponseDataTest.cpp
+++ b/Source/modules/fetch/FetchResponseDataTest.cpp
@@ -5,6 +5,7 @@
#include "config.h"
#include "modules/fetch/FetchResponseData.h"
+#include "core/dom/DOMArrayBuffer.h"
#include "modules/fetch/FetchHeaderList.h"
#include "platform/blob/BlobData.h"
#include "public/platform/WebServiceWorkerResponse.h"

Powered by Google App Engine
This is Rietveld 408576698