| 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 d36427f1d66ab7087d6cadaa1741cdeaa57268ad..ee62fd9d7e843b1aeca5d44436858fa71de1d54c 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/BodyStreamBufferTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/BodyStreamBufferTest.cpp
|
| @@ -164,7 +164,7 @@ TEST_F(BodyStreamBufferTest, TeeFromHandleMadeFromStream) {
|
| 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);
|
|
|