| Index: ppapi/tests/test_url_loader.cc
|
| diff --git a/ppapi/tests/test_url_loader.cc b/ppapi/tests/test_url_loader.cc
|
| index 0978f0e25ec5e8b3cf69fa770115199d8ae6d6f5..d3602d35d4a0ae475b3b6f6c3b4b7ee706f038a4 100644
|
| --- a/ppapi/tests/test_url_loader.cc
|
| +++ b/ppapi/tests/test_url_loader.cc
|
| @@ -800,7 +800,6 @@ std::string TestURLLoader::TestUntendedLoad() {
|
| event.Wait();
|
| }
|
| }
|
| -
|
| // The loader should now have the data and have finished successfully.
|
| std::string body;
|
| std::string error = ReadEntireResponseBody(&loader, &body);
|
|
|