Index: test/cctest/test-mark-compact.cc |
diff --git a/test/cctest/test-mark-compact.cc b/test/cctest/test-mark-compact.cc |
index 84cb051205eca07f11ad3b41650097fee7b0091d..decf646b0554e3e716b3b42a4aa34265846589a2 100644 |
--- a/test/cctest/test-mark-compact.cc |
+++ b/test/cctest/test-mark-compact.cc |
@@ -135,7 +135,7 @@ HEAP_TEST(MarkCompactCollector) { |
Factory* factory = isolate->factory(); |
v8::HandleScope sc(CcTest::isolate()); |
- Handle<GlobalObject> global(isolate->context()->global_object()); |
+ Handle<JSGlobalObject> global(isolate->context()->global_object()); |
// call mark-compact when heap is empty |
heap->CollectGarbage(OLD_SPACE, "trigger 1"); |