| Index: third_party/WebKit/Source/modules/fetch/ReadableStreamDataConsumerHandleTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/ReadableStreamDataConsumerHandleTest.cpp b/third_party/WebKit/Source/modules/fetch/ReadableStreamDataConsumerHandleTest.cpp
|
| index fba225c2978265ad8038c43d02459da796b1a36a..9a9daead3df835c26bb6246b4fd8e11a556bb34b 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/ReadableStreamDataConsumerHandleTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/ReadableStreamDataConsumerHandleTest.cpp
|
| @@ -8,7 +8,6 @@
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/V8BindingMacros.h"
|
| #include "bindings/core/v8/V8GCController.h"
|
| -#include "bindings/core/v8/V8RecursionScope.h"
|
| #include "core/dom/Document.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| #include "modules/fetch/DataConsumerHandleTestUtil.h"
|
| @@ -60,7 +59,6 @@
|
| {
|
| v8::Local<v8::String> source;
|
| v8::Local<v8::Script> script;
|
| - V8RecursionScope::MicrotaskSuppression microtasks(isolate());
|
| if (!v8Call(v8::String::NewFromUtf8(isolate(), s, v8::NewStringType::kNormal), source)) {
|
| ADD_FAILURE();
|
| return v8::MaybeLocal<v8::Value>();
|
|
|