Index: test/fuzzer/wasm-code.cc |
diff --git a/test/fuzzer/wasm-code.cc b/test/fuzzer/wasm-code.cc |
index 7e0338a790d344ce66da170a236bf9f75fec7de9..2f7abfcaa7fb284c2e3547355d3b8f04225a4589 100644 |
--- a/test/fuzzer/wasm-code.cc |
+++ b/test/fuzzer/wasm-code.cc |
@@ -33,7 +33,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { |
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); |
TestSignatures sigs; |