| Index: third_party/WebKit/Source/modules/fetch/BodyStreamBufferTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/BodyStreamBufferTest.cpp b/third_party/WebKit/Source/modules/fetch/BodyStreamBufferTest.cpp
|
| index a547d78976bec58a5d6a9cb8c06077c82309485e..b76da916938d15751cfe10277b72a6ab4a82da49 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/BodyStreamBufferTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/BodyStreamBufferTest.cpp
|
| @@ -166,7 +166,7 @@ TEST_F(BodyStreamBufferTest, DrainAsBlobDataHandle)
|
| {
|
| V8TestingScope scope;
|
| std::unique_ptr<BlobData> data = BlobData::create();
|
| - data->appendText("hello", false);
|
| + data->appendText("hello");
|
| auto size = data->length();
|
| RefPtr<BlobDataHandle> blobDataHandle = BlobDataHandle::create(std::move(data), size);
|
| BodyStreamBuffer* buffer = new BodyStreamBuffer(scope.getScriptState(), FetchBlobDataConsumerHandle::create(scope.getExecutionContext(), blobDataHandle, new FakeLoaderFactory));
|
|
|