Changeset 246654 in webkit
- Timestamp:
- Jun 20, 2019, 3:00:02 PM (6 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r246651 r246654 1 2019-06-20 Alex Christensen <achristensen@webkit.org> 2 3 Fix an internal engineering build after r246605 4 https://bugs.webkit.org/show_bug.cgi?id=197800 5 6 * TestWebKitAPI/TCPServer.cpp: 7 1 8 2019-06-20 Aakash Jain <aakash_jain@apple.com> 2 9 -
trunk/Tools/TestWebKitAPI/TCPServer.cpp
r246605 r246654 299 299 } 300 300 301 #if HAVE(SSL) 301 302 template<> Vector<uint8_t> TCPServer::read(SSL* ssl) 302 303 { … … 316 317 EXPECT_EQ(static_cast<size_t>(bytesWritten), length); 317 318 } 319 #endif 318 320 319 321 void TCPServer::respondWithChallengeThenOK(Socket socket)
Note:
See TracChangeset
for help on using the changeset viewer.