| Index: third_party/WebKit/Source/modules/fetch/Request.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Request.cpp b/third_party/WebKit/Source/modules/fetch/Request.cpp
|
| index d872c5df5a020247b436459d59b0c22cd1037255..08aff7d0f4da4092d3fc4481149176d6db9e73d5 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Request.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/Request.cpp
|
| @@ -678,7 +678,6 @@ String Request::mimeType() const
|
|
|
| void Request::refreshBody(ScriptState* scriptState)
|
| {
|
| - ScriptState::Scope scope(scriptState);
|
| v8::Local<v8::Value> bodyBuffer = toV8(this->bodyBuffer(), scriptState);
|
| v8::Local<v8::Value> request = toV8(this, scriptState);
|
| if (request.IsEmpty()) {
|
|
|