| Index: third_party/WebKit/Source/modules/fetch/Body.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Body.cpp b/third_party/WebKit/Source/modules/fetch/Body.cpp
|
| index 9e75bbdd4c7b65b944d8856676bb23364f3e2d7d..26eb326ae5b2eb7d7b66c4377a777e9c30538305 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Body.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/Body.cpp
|
| @@ -7,7 +7,6 @@
|
| #include <memory>
|
| #include "bindings/core/v8/ScriptPromiseResolver.h"
|
| #include "bindings/core/v8/V8ArrayBuffer.h"
|
| -#include "bindings/core/v8/V8ThrowException.h"
|
| #include "core/dom/DOMArrayBuffer.h"
|
| #include "core/dom/DOMTypedArray.h"
|
| #include "core/dom/ExecutionContext.h"
|
| @@ -15,6 +14,7 @@
|
| #include "modules/fetch/BodyStreamBuffer.h"
|
| #include "modules/fetch/FetchDataLoader.h"
|
| #include "platform/bindings/ScriptState.h"
|
| +#include "platform/bindings/V8ThrowException.h"
|
| #include "platform/wtf/PassRefPtr.h"
|
| #include "platform/wtf/RefPtr.h"
|
| #include "public/platform/WebDataConsumerHandle.h"
|
|
|