| Index: test/cctest/test-dictionary.cc
|
| diff --git a/test/cctest/test-dictionary.cc b/test/cctest/test-dictionary.cc
|
| index 584fa7c05974fd5646ff450060eb0c0f6f85d4b3..28adc7b4d34d60378213fa0e7124e40620561f0d 100644
|
| --- a/test/cctest/test-dictionary.cc
|
| +++ b/test/cctest/test-dictionary.cc
|
| @@ -210,7 +210,7 @@ static void TestHashMapCausesGC(Handle<HashMap> table) {
|
| heap::SimulateFullSpace(CcTest::heap()->old_space());
|
|
|
| // Calling Lookup() should not cause GC ever.
|
| - CHECK(table->Lookup(key)->IsTheHole());
|
| + CHECK(table->Lookup(key)->IsTheHole(isolate));
|
|
|
| // Calling Put() should request GC by returning a failure.
|
| int gc_count = isolate->heap()->gc_count();
|
|
|