| Index: test/unittests/test-utils.h
|
| diff --git a/test/unittests/test-utils.h b/test/unittests/test-utils.h
|
| index 547a34ee4edd97978c2025245184ea4f884392ed..78283bff572ae31248503f994f9841a9cdae85ca 100644
|
| --- a/test/unittests/test-utils.h
|
| +++ b/test/unittests/test-utils.h
|
| @@ -13,6 +13,8 @@
|
|
|
| namespace v8 {
|
|
|
| +class ArrayBufferAllocator;
|
| +
|
|
|
| class TestWithIsolate : public virtual ::testing::Test {
|
| public:
|
| @@ -25,6 +27,7 @@ class TestWithIsolate : public virtual ::testing::Test {
|
| static void TearDownTestCase();
|
|
|
| private:
|
| + static ArrayBufferAllocator* array_buffer_allocator_;
|
| static Isolate* isolate_;
|
| Isolate::Scope isolate_scope_;
|
| HandleScope handle_scope_;
|
|
|