| Index: test/unittests/test-utils.h
|
| diff --git a/test/unittests/test-utils.h b/test/unittests/test-utils.h
|
| index 1342510b6115263bbf95b5e756ed9338be16f17a..433a1f2f40483db384e601484e720faf792bd809 100644
|
| --- a/test/unittests/test-utils.h
|
| +++ b/test/unittests/test-utils.h
|
| @@ -27,7 +27,7 @@ class TestWithIsolate : public virtual ::testing::Test {
|
| static void TearDownTestCase();
|
|
|
| private:
|
| - static ArrayBufferAllocator* array_buffer_allocator_;
|
| + static v8::ArrayBuffer::Allocator* array_buffer_allocator_;
|
| static Isolate* isolate_;
|
| Isolate::Scope isolate_scope_;
|
| HandleScope handle_scope_;
|
|
|