| Index: test/cctest/heap/test-alloc.cc
|
| diff --git a/test/cctest/heap/test-alloc.cc b/test/cctest/heap/test-alloc.cc
|
| index 21e06b989f2d7b2c6607db469b15abb44fc95436..348ba1979d8448fdccff0a7a48b6fde0db73f430 100644
|
| --- a/test/cctest/heap/test-alloc.cc
|
| +++ b/test/cctest/heap/test-alloc.cc
|
| @@ -102,7 +102,7 @@ HEAP_TEST(StressHandles) {
|
| v8::Local<v8::Context> env = v8::Context::New(CcTest::isolate());
|
| env->Enter();
|
| Handle<Object> o = TestAllocateAfterFailures();
|
| - CHECK(o->IsTrue());
|
| + CHECK(o->IsTrue(CcTest::i_isolate()));
|
| env->Exit();
|
| }
|
|
|
|
|