private static void freeConnection(ChildProcessConnection connection) {
   getConnectionAllocator(connection.isInSandbox()).free(connection);
 }