Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: test/fuzzer/fuzzer-support.h

Issue 2101413002: Provide a convenience array buffer allocator (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updates Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/interpreter/generate-bytecode-expectations.cc ('k') | test/fuzzer/fuzzer-support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fuzzer/fuzzer-support.h
diff --git a/test/fuzzer/fuzzer-support.h b/test/fuzzer/fuzzer-support.h
index 0241c53665d2532d6095eace598fe35da78b27da..c941c9c052041878552470f54d3d21af2ccbfdba 100644
--- a/test/fuzzer/fuzzer-support.h
+++ b/test/fuzzer/fuzzer-support.h
@@ -24,10 +24,9 @@ class FuzzerSupport {
FuzzerSupport(const FuzzerSupport&);
FuzzerSupport& operator=(const FuzzerSupport&);
- class ArrayBufferAllocator;
v8::Platform* platform_;
- ArrayBufferAllocator* allocator_;
+ v8::ArrayBuffer::Allocator* allocator_;
v8::Isolate* isolate_;
v8::Global<v8::Context> context_;
};
« no previous file with comments | « test/cctest/interpreter/generate-bytecode-expectations.cc ('k') | test/fuzzer/fuzzer-support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698