Backed out changeset bf3bdd2f1384 (bug 1809657) for causing wpt failures.

This commit is contained in:
Sandor Molnar 2023-01-11 23:06:12 +02:00
parent 8cef92354d
commit d5a35541c6

View File

@ -11,7 +11,7 @@
namespace sandbox {
#if defined(ENABLE_TESTS) && defined(MOZ_DEBUG)
#if defined(ENABLE_TESTS)
// Set a low max brokered length for testing to exercise the chunking code.
static const std::ptrdiff_t kMaxBrokeredLen = 50;