| Index: test/fuzzer/wasm-section-fuzzers.cc
|
| diff --git a/test/fuzzer/wasm-section-fuzzers.cc b/test/fuzzer/wasm-section-fuzzers.cc
|
| index dd1d8432e691b087f42ac54b87d7a2d9707e5798..63bad10bee1cecbb9da7332cadb1e22e656f1247 100644
|
| --- a/test/fuzzer/wasm-section-fuzzers.cc
|
| +++ b/test/fuzzer/wasm-section-fuzzers.cc
|
| @@ -8,7 +8,8 @@
|
| #include "src/isolate.h"
|
| #include "src/wasm/encoder.h"
|
| #include "src/wasm/wasm-module.h"
|
| -#include "src/zone.h"
|
| +#include "src/zone/accounting-allocator.h"
|
| +#include "src/zone/zone.h"
|
| #include "test/common/wasm/wasm-module-runner.h"
|
| #include "test/fuzzer/fuzzer-support.h"
|
|
|
| @@ -31,7 +32,7 @@ int fuzz_wasm_section(WasmSection::Code section, const uint8_t* data,
|
| v8::Context::Scope context_scope(support->GetContext());
|
| v8::TryCatch try_catch(isolate);
|
|
|
| - v8::base::AccountingAllocator allocator;
|
| + v8::internal::AccountingAllocator allocator;
|
| v8::internal::Zone zone(&allocator);
|
|
|
| ZoneBuffer buffer(&zone);
|
|
|