Index: third_party/crashpad/crashpad/util/net/http_transport_test.cc |
diff --git a/third_party/crashpad/crashpad/util/net/http_transport_test.cc b/third_party/crashpad/crashpad/util/net/http_transport_test.cc |
index 8dfa68a4d9e7ebf130147f7d5e7f55a1648d8c8d..cb5c4f1fbb49e084e2b4db7de9e8ad952025dc61 100644 |
--- a/third_party/crashpad/crashpad/util/net/http_transport_test.cc |
+++ b/third_party/crashpad/crashpad/util/net/http_transport_test.cc |
@@ -81,7 +81,7 @@ class HTTPTransportTestFixture : public MultiprocessExec { |
// The child will write the HTTP server port number as a packed unsigned |
// short to stdout. |
uint16_t port; |
- ASSERT_TRUE(LoggingReadFile(ReadPipeHandle(), &port, sizeof(port))); |
+ ASSERT_TRUE(LoggingReadFileExactly(ReadPipeHandle(), &port, sizeof(port))); |
// Then the parent will tell the web server what response code to send |
// for the HTTP request. |