| Index: third_party/WebKit/Source/modules/fetch/FormDataBytesConsumerTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FormDataBytesConsumerTest.cpp b/third_party/WebKit/Source/modules/fetch/FormDataBytesConsumerTest.cpp
|
| index a3191acc2cdb6d523658eb15c7da9fc50306fe00..e0642f919b76ebaa4d3fddd6263f9acf58884868 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FormDataBytesConsumerTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/FormDataBytesConsumerTest.cpp
|
| @@ -48,7 +48,7 @@ PassRefPtr<EncodedFormData> ComplexFormData() {
|
| Vector<char> boundary;
|
| boundary.Append("\0", 1);
|
| data->SetBoundary(boundary);
|
| - return data.Release();
|
| + return data;
|
| }
|
|
|
| class NoopClient final : public GarbageCollectedFinalized<NoopClient>,
|
|
|