Index: test/cctest/test-heap.cc |
diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc |
index 493cbd3e2f23f307f29233d355a72098ea4d284e..fa7ef48ebdbf0882a4ed0adf5de6ab1348d7626a 100644 |
--- a/test/cctest/test-heap.cc |
+++ b/test/cctest/test-heap.cc |
@@ -3090,7 +3090,7 @@ TEST(Regression144230) { |
HandleScope inner_scope(isolate); |
AlwaysAllocateScope always_allocate; |
SimulateFullSpace(heap->code_space()); |
- isolate->stub_cache()->ComputeCallInitialize(9, NOT_CONTEXTUAL); |
+ isolate->stub_cache()->ComputeCallInitialize(9); |
} |
// Second compile a CallIC and execute it once so that it gets patched to |