| Index: third_party/WebKit/Source/modules/fetch/ReadableStreamDataConsumerHandle.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/ReadableStreamDataConsumerHandle.cpp b/third_party/WebKit/Source/modules/fetch/ReadableStreamDataConsumerHandle.cpp
|
| index 49b0d62b1348a97ed873e8d5a23b29d81066825d..f15d54ab2989a806b392f343fe0d27864081de0d 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/ReadableStreamDataConsumerHandle.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/ReadableStreamDataConsumerHandle.cpp
|
| @@ -12,6 +12,7 @@
|
| #include "bindings/core/v8/ScriptValue.h"
|
| #include "bindings/core/v8/V8BindingMacros.h"
|
| #include "bindings/core/v8/V8IteratorResultValue.h"
|
| +#include "bindings/core/v8/V8RecursionScope.h"
|
| #include "bindings/core/v8/V8Uint8Array.h"
|
| #include "core/dom/DOMTypedArray.h"
|
| #include "public/platform/Platform.h"
|
|
|