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