| Index: third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
|
| index 7e6c231e12edb0459cdb8883d5eb331233aff95d..9eec54a24245ef5dd7d7b8f15eb97104eff97f15 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
|
| @@ -307,7 +307,7 @@ void BodyStreamBuffer::closeAndLockAndDisturb()
|
| ScriptState::Scope scope(m_scriptState.get());
|
| NonThrowableExceptionState exceptionState;
|
| ScriptValue reader = ReadableStreamOperations::getReader(m_scriptState.get(), stream(), exceptionState);
|
| - ReadableStreamOperations::read(m_scriptState.get(), reader);
|
| + ReadableStreamOperations::defaultReaderRead(m_scriptState.get(), reader);
|
| } else {
|
| NonThrowableExceptionState exceptionState;
|
| m_stream->getBytesReader(m_scriptState->getExecutionContext(), exceptionState);
|
|
|